@font-face {
  font-family: gotisch;
  src: url(DSWeiss-Gotisch.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: antiquewhite;
}
body {
    background: url("images/friedrich.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.center {
    width: 75vw;
    height: 90vh;
    padding: 20px;
    background-color: #0f0f0f;
    overflow-x: hidden;
    overflow-y: auto;
}

.text {
    background-color: #0f0f0f;
    width: 75vw;
    padding: 5px;
    text-align: center;
    font-family: gotisch;
    font-size: 2em;
    margin-top: 0px;
}

.images div {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.images img {
    margin: 20px 20px;
    max-width: 500px;
    max-height: 500px;
}

a {
    text-decoration: none;
    
}

.back {
    position: absolute;
    left: 148px;
    top: 100px;
    background: #3e6921;
    padding: 20px;
}

.left-side {
    background-color: #0f0f0f;
    width: 200px;
    top: 100px;
    left: 25vw;
    margin-left: -200px;
    text-align: center;
    position: fixed;
}

.left-side p {
    margin-bottom: 5px;
    margin-top: 5px;
}

#book-gif {
    width: 150px;
}