img {
    width: 100%;
}

.headerBlock{
    position: relative;
}

.logo{
    position: absolute;
    top: 5.2%;
    left: 8.3%;
    width: 27.65%;
    height: 12.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%;
}

.btn_google{
    cursor: pointer;
    position: absolute;
    top: 65%;
    left: 8.3%;
    width: 18%;
    height: 7.5%;
}
.images{
    margin-top: -4px;
}

.word{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    font-size: 20px;
    color: #23372B;
    line-height: 30px;
}
