@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body{   
    margin: 0;
    background-color: #D5E1EF;
    font-family: Outfit;
}

img{
    width: 288px;
    height: 288px;
    border-radius: 10px;
    margin-top: 16px;
}

.standart{
    width: 320px;
    height: 497px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 20px;
    margin:150px auto;
}

h1{
    font-size: 22px;
    color: #1F314F;

}

p{
    font-size: 15px;
    color: #7D889E;
}