div {
    margin: 0;
    border: solid black 1px;
    text-align: center;
    background-color: #E8E8E8;
}

#header {
    width: 100%;
    place-content: center;
}

#header img {
    width: 100%;
    height: auto;
}

#links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    background-color: #ffffff00;
}

#links > a {
    width: 100%;
    padding: 20px;
    text-decoration: none;
    color: black;
    font-size: 24px;
}

.episode {
    display: flex;
    flex-direction: row;
    place-content: center;
    text-decoration: none;
    color: black;
}

.episode > img {
    width: 10vh;
    height: 10vh;
}

.episode > div {
    width: 100%;
    height: 10vh;
    text-align: left;
    align-content: center;
    padding-left: 10px;
}