html {
    background-image: linear-gradient(#514e41, #446688, #514e41);
    background-size: 100vw 200vh;
    font-size: 125%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.hover_grow {
    transition: scale 0.5s;
}
.hover_grow:hover {
    scale: 1.05
}

.textbox {
    background-color: #aaddff;
    border: 5px solid #faf8ef;
    margin: 30px;
    padding: 10px;
    color: #446688;
    text-align: center;
}
.image-caption {
    font-size: 80%;
    font-style: italic;
}

.other-person {
    color: #7d6a59;
    font-style: italic;
}

li {
    text-align: left;
}
img {
    margin-left: 10px;
    margin-right: 10px;
}

#generatorTile, .subtile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 5px solid #5f85ab;
}
#generatorTile {
    width: 212px;
    height: 212px;
    background-color: black;
    color: white;
    text-shadow: 0px 0px 5px black;
    margin: auto;
    border: 5px solid #5f85ab;
}
.subtile {
    position: absolute;
}
#generatorText {
    z-index: 1;
    font-weight: bold;
}
.originalStripeImage {
    width: 424px;
    height: auto;
}
.primeImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

#buttonLine {
    display: flex;
    justify-content: space-around;
}
.generatorButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    min-height: 40px;
    border: 3px solid;
    font-size: 75%;
    font-weight: bold;
}

#homepage_return {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 25px;
    background-color: #00ffb7;
    color: #3aad32;
    border: solid #3aad32 5px;
    width: 500px;
    height: 45px;
    font-weight: bold;
    text-decoration: none;
}