
.m {
    color:#fc0000;
    text-align: center;
    font-size: 20px; 
    font-style:italic;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    word-spacing: 1px;
    letter-spacing: -5px;
    
}
.block {
    display: block;
    background: red;
    height: 20px;
    width: 100px;
    border: 7px solid silver;
    

}
.main {
    background-image: url(foto/nebo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
h1 {
    background-color: chartreuse;
    text-align: center;
    color:black;
}

.pixel {
    display: inline-block;
    margin-left: 75%;
    margin-right: 5%; 
    
    
}

main div, p {
    text-align: left;
    margin-left: 3%;
    font-size: larger;
    
}

.textpix1 {
    text-align: right;
    margin-right: 5%;
    
}
h2 {
    text-align: center;
    color: chartreuse;
    background-color: chartreuse;
}
.slide2 {
    background-image: url(foto/gora.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.info {

    text-align: center;
    color:black;
    font-size: xx-large;
    
}
.slide2 div {
    font-size: larger;
    font-style: normal;
    text-align: left;
    margin-left: 3%;
}
.q {
    text-align: right;
    margin-right: 5%;
    font-size: larger;
}
.pixelleft {
    display: inline-block;
    margin-right: 75%;
    margin-left: 5%;
    
    
}
.q1 {
    font-size: larger;
    text-align: center;
}
.audio-block {
    text-align: right;  /* Намертво утягивает обе кнопки в правый угол */
    margin-right: 5%;   /* Аккуратный зазор от правого края синего фона */
    margin-top: 20px;   /* Отступ сверху от твоего текста */
}

/* Очищаем кнопки, чтобы они стояли на одной линии */
.mus1 {
    display: inline-block;
    margin-right: 2%; 
    font-size: xx-large;
    color:#fc0000;
    background-color: green;
    
}

.mus {
    display: inline-block;
    font-size: xx-large;
    color: green;
    background: red;
}
.fon3 {
    background-image: url(foto/underwater-photo-pool.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.evad {
    display: inline-block;
    width: 11%;
    margin-left: 5%;
    background-color: white;
    color:black;
}
.fon4 {
    background-color: black;
}
.white {
    color: white;
    font-size: x-large;
    text-align: left;
    margin-left: 4%;
}
.final {
    background-image: url(foto/okean-voda-pod-vodoy-lazur.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lefttext {
    text-align: left;
    margin-left: 5%;
    font-size: x-large;
}