body, .about {
    width: 1080px;
    height:  850px;
    font-size: 16px;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: default;
    margin: 5%;
    padding: 1.5%;
    background-color:rgb(205, 183, 152);
}

a {
    color: black;
    text-decoration: none;
}

.home {
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(/images/omw.jpg);
    background-repeat: no-repeat;
    background-size:cover ;
    background-position-x:center;
    background-position-y: center;
    align-content: center;
    color: white;
}

.home ::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.home :hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.home h1 {
    top: -1%;
    left: 1%;
    position: fixed;
    color: rgb(252, 224, 83);
    
}

.home h3 {text-align: center; align-self: center;}

.left-button {
    position: absolute;
    margin: -6.3%;
    height: 100%;
    width: 50px;
    font-size: 20px;
    border: 1px solid black;
    background-color:goldenrod;
}

.right-button {
    position: absolute;
    right: 6.5%;
    margin: -6.3%;
    height: 100%;
    width: 50px;
    font-size: 20px;
    border: 1px solid black;
    background-color:goldenrod;
}

.about h1 {
    margin-top: -5%;
    margin-bottom: 5%;
    text-align: center;
    width: 100%;
}

.about-container {
    display: flex;
    justify-content:center;
    gap: 0;
}

.polaroid {
    width: 100%;
    margin-right: -62%;
}

.yap {
    align-self: center;
}

li {
    list-style-type:georgian;
    list-style-position: outside;
}