

*{
    box-sizing: border-box;
    font-family: sans-serif, serif
    
}

img{
    width: 180px;;
    height: auto;
    border-radius: 5%;
    margin-top: 10px;
    margin-left: 13px;
}

.small-border{
    width: 210px;
    height: 330px;
    border: 0.5px solid white;
    border-radius: 8%;
    background-color: hsl(0, 0%, 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.small-border div{
    margin: 3px;
    text-align: center;
}

.background{
    background-color: hsl(212, 45%, 89%) ;
    width: 90vw;
    height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.bold{
    font-weight: 900;
    font-size: 14px;
}

.light{
    font-weight: 100;
    font-size: 11px;
}