/* style.css*/


body{
    background-color: hsl(212, 45%, 89%);
}

div{
    background-color: white;
    width: 220px;
    margin: auto;
    margin-top: 200px;
    padding-bottom: 5px;
    border-radius: 18px;
}

img{
    display: block;
    margin: auto;
    padding: 10px;
    width: 200px;
    height: auto;
    border-radius: 18px;
}

p{
    text-align: center;
    font-size: 15px;
    height: 5px;
}

.outfit-bold {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  
.outfit-thin {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: 11;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    color: hsl(216, 15%, 48%);
  }

span {
    display: block;
    height: 10px;
}

