body{
    background-color: #D5e1ef;
    margin: 0;
    padding: 0;
}
.main{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.card {
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 500px;
    justify-content: top;
    background-color: #ffffff;
    border-radius: 10px;
    align-items: center;
    text-align: center;
}

.card  img{
    width: 288px;
    height: 288px;
    border-radius: 10px;
    margin-top: 16px;
    margin-bottom: 24px;

}

.card h1{
    font-family: "Outfit", serif;
    color: #1F314F;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0px;
    max-width: 260px;
    overflow-wrap: break-word;
    margin: 0;
}

.card p{
    font-family: "Outfit", serif;
    font-weight: 400;
    color: #68778D;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
    max-width: 260px;
    overflow-wrap: break-word;
    margin: 16px;


}

.attribution{
    font-family: Outfit;
    color: #68778D;
    font-size: 8px;
    line-height: 140%;
    letter-spacing: 0px;
    margin-top: 8px;
}