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: #ccc;
    /* 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, #015255, #016674);
    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: 1.8em;
    color: #f2eec7;
    text-shadow: 2.5px 2px #000000;
    text-align: center;
    margin: 0 auto;
}
.audio-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.audio-player-controls {
    width: 320px;
    height: 24px;
    /* background-color: beige; */
    border: 1px solid white;
}
.dad-mom-info-photos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-family-info-photos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.gen-text {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.1em;
    color: #f2eec7;
    margin: 0 auto;
    text-shadow: 1px 1px #000000;
    text-align: center;
    /* line-height: 6px; */
}
