body {
    position: relative;
    min-height: 100vh; 
    background-color:  hsl(220, 15%, 55%);
}
.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: hsl(0, 0%, 100%);
    border-radius: 10px;
    /*max-width: 30%;*/
    text-align: center;

}
img {
    border-radius: 8px;
    margin-top: 20px;
    width: 50%;
}

#title {
    color: hsl(218, 44%, 22%)
}

#description {
    color: hsl(220, 15%, 55%);
    /* padding-bottom: 20px; */
    
}


