img {
    display: block;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
a {
    color: white;
    text-decoration-line: none;
}

/* ------- body-level elements ------- */

body {
    margin: 0 auto;
    background-color: #383838;
    /* background: linear-gradient(to bottom, #335a64, #6b9098); */
    /* To prevent weird scrolling in Windows */
    overflow: hidden;
}
.wrapper {
    position: relative;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    width: 1024px;
    height: 768px;
    background: linear-gradient(to bottom, #017c85, #019797);
    border: 1px solid #f2eec7;
}
.navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 700px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}
.page-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 3em;
    color: #f2eec7;
    text-shadow: 2.5px 2px #000000;
    text-align: center;
    margin: 0 auto;
}
.gen-text {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.3em;
    color: #f2eec7;
    width: 700px;
    margin: 0 auto;
}
.temp-img {
    position: absolute;
    left: 5px;
    top: 30px;
    transform: scale(0.8);
}