*{

    margin: 0;
    padding: 0;
    text-decoration: none;

    /*font-family: 'Redressed',cursive;
    font-family: 'Poppins',sans-serif;*/

}

body{

    background: #F3FFFC;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;

}

.image{

    margin-top: 110px;
    width: 600px;
    height: 400px;
    z-index: 1;

}
.image img{

    height: 100%;
    width: 100%;

}
.anavatan{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 550px;
    background: #F8E897;
    position: absolute;
    top: 400px;
}

.title {

    width: 1085px;
    height: 170px;
    text-align: center;

}
.title span{

    font-family: 'Redressed',cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 100px;
    line-height: 169px;
    text-align: center;
    color: #000000;
    

}

.subtitle{

    width: 800px;
    height: 24px;
    margin-bottom: 124px;
    text-align: center;
}

.subtitle span{

    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #27282C;
}

.contacts{

    width: 340px;
    height: 24px;
    margin-bottom: 54px;

}

.contacts .add{

    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7B7C7E;

}
.contacts .devam{

    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #27282C;

}