.block {
    width: 100%;
    height: 10%;
    background-color: darkcyan;
    font-size: xx-large;
    text-align: center;

}
.ri {
    float: left;
    vertical-align: middle;
}
.rei {
    vertical-align: middle;
    float: right;
}
.txt {
    float: left;
    margin-left: 24%;
    font-size: x-large;
    margin-top: 2%;
}
.fon1 {
    background-image: url(foto/fonik.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: auto;
}
.rama {
    background-image: url(foto/rama.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}