@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight:500;
    src:url('Gilroy-Medium.woff2') format("woff2") ;
    font-display: swap;
}
body,html{
    padding: 0;
    margin: 0!important;
    position: relative;
    background: linear-gradient(125deg, #FFF8F3 5.06%, #F9D6CA 83.77%);
    font-family: Gilroy;
    color: #000;
}
body{
    height: 100vh;
}
.promo_text{
    color: #000;
    font-size: 22.35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.447px;
}
.center_block{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 50%;
    flex-direction: column;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
}
.logo{
    max-width: 334px;
    width: 100%;
    margin: 0 auto 30px auto;
}
.img{
    position: absolute;
    width: 100%;
}
.img1{
    left: 0;
    top: 0;
}
.img2{
    right: 0;
    bottom: 0;
}
@media(max-width:450px) {
    .promo_text{
        font-size: 18px;
    }
}
@media(max-height:550px) {
    .img{
        width: 50%;
    }
}