html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; 
}




body {
    width: 52;
        max-width: 46%;
            margin-left: auto;
                margin-right: auto;
}

body{
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}



body {
        background-color: #141313;
        border: 15px;
        
    color: #dedeef;
}

body {
    font-family: "Zalando Sans Expanded", sans-serif;
    
    text-align: center;
}
h1{
    font-family: "Zalando Sans Expanded", sans-serif;
    
}
p{
    text-align: justify;
    
}
time{
    font-weight: lighter;
}

h1{
    letter-spacing: 1,5px;
    text-decoration: underline;
}

p{
    line-height: 1.7;
}

body{
    font-size: 19px;
}

h1{
    margin-bottom: 173px;
    margin-top: 90px;
    font-size: 42px;
}

p{
    margin-bottom: 184px;
margin-top: 33px;
}

p{
    max-width: 950px;
}

h2{
    margin-top: 39px;
        margin-bottom: 30px;
}

body{
    letter-spacing:0,4px;
}


p{
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    
    text-justify: inter-word;
}



.menuband {
    width: fit-content;
    position: fixed;
    top: 20px;
    left: 20px;
    border: 3px solid #97a2a2;
    border-radius: 104px;
    padding: 9px 21px;
    background-color: transparent;
    z-index: 1000;

}

.menuband nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    font-family: "Zalando Sans Expanded", sans-serif;
}

.menuband nav ul li a {
    color: #cfd4dc;
    text-decoration-color: aliceblue;
    text-decoration: none;
    padding: 10px 20px;
}


.back-button {
    font-family: "Zalando Sans Expanded", sans-serif;
    display: block;
    width: fit-content;
    padding: 12px 20px;
    color: #cfd4dc;
    text-decoration: none;
    border-radius: 228px;
    border: 2px solid #838e93;
    position: absolute;   
    bottom: -791px;       
    right: 399px;        
    margin-bottom: 74px;
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: 1fr; 
    }
