body{
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-color:  hsl(185, 75%, 39%);
    background-image: url("bg-pattern-top.svg"), url("bg-pattern-bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: right 48vw bottom 40vh, left 45vw top 44vh;
}
.box{
    background-color: white;
    height: 380px;
    width: 350px;
    border-radius: 25px;
    position: relative;
    left: 600px;
    top: 10px;
}
img{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.image{
    border-radius: 50px;
    position: absolute;
    left: 125px;
    top: 90px;
}
.na,h2{
    color: hsl(229, 23%, 23%)
}
.na{
    padding-left: 100px;
}
h4{
    padding-left: 140px;
}
hr{
    color: gray;
}
.upper{
    padding-left: 50px;
}
.lower{
    padding-left: 45px;
    position: absolute;
    top: 320px;
    color: gray;
}
.num{
    position: absolute;
    top: 402px;
    left: 840px;
    color: gray;
}
.top{
    height: 600px;
    width: 700px;
    position: absolute;
}