img {
    width: 100%;
}

.headerBlock{
    position: relative;
}

.logo{
    position: absolute;
    top: 5.2%;
    left: 8.3%;
    width: 17.3%;
    height: 7.4%;
}

.btn_privacy{
    cursor: pointer;
    position: absolute;
    top: 5.2%;
    right: 19%;
    width: 8.9%;
    height: 4.2%;
}

.btn_about{
    cursor: pointer;
    position: absolute;
    top: 5.2%;
    right: 8.3%;
    width: 7.4%;
    height: 4.2%;
}

.word{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    font-size: 20px;
    color: #23372B;
    line-height: 30px;
}
