/*Attribution style and font*/
.attribution { 
    font-size: 11px; 
    text-align: center; 
    color: hsl(228, 45%, 44%);
    font-family: "Outfit", sans-serif;
}

body{
    background-color: #d5e1ef;
}

.container{
    background-color:white;
    max-width: 200px;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    min-width: 180px;
    min-height: 280px;
    box-shadow: 5px 5px 20px hsl(218, 14%, 73%);
    width: 100vw;
}

img{
    max-width: 200px;
    display: block;
    margin: auto;
    border-radius: 10px;
    margin-top: 4%;
}


h2{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 17px; 
    color: hsl(218, 44%, 22%);
    text-align: center;
}

p{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px; 
    color: hsl(216, 15%, 48%);
    text-align: center;

}

