.html, body{
    font-family: 'Outfit', sans-serif;
    background-color: hsl(212, 45%, 89%);
}

.main-content {
    width: 300px;
    margin: 75px auto;
}

.box{
    padding: 15px;
    border-radius: 20px;
    background-color: hsl(0, 0%, 100%);
}

.img{
    width: 100%;
    border-radius: 10px;
}

.ft-l{
    font-size: 20px;
    font-weight:bold;
    text-align: center;
    color: hsl(218, 44%, 22%);
}

.ft-r{
    font-size: 15px;
    text-align: center;
    color: hsl(220, 15%, 55%);
}

