body {
    font-family: sans-serif;
    background-color: #7F27FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    color: whitesmoke;
}
#about {
    font-weight: bold;
    color: #272727;
    display: flex;
    flex-direction: column;
    background-color: #ac87f7;
    max-width: 25vw;
    margin: 2vh auto;
    border: 3px solid #6123be;
    outline: 4px solid #6b2acc;
    border-radius: 20px;
    padding: 1vh 1vw;
    /*min-height: fit-content;
    width: 70vw;
    height: 70vh;*/
}
#about-header {
    text-align: center;
}
.fun-fact-items {
    margin: 1vh auto;
}
#container {
    display: flex;
    justify-content: space-evenly;
    max-width: 100vw;
    max-height: 100vh;
}
#gilbert-image {
    max-width: auto;
    max-height: 40vh;
    background-color: #ac87f7;
    border: 3px solid #6123be;
    outline: 4px solid #6b2acc;
    border-radius: 20px;
    padding: 1vh 1vw;
    margin: auto 0 auto 1vw;
}
#latest-vid {
    background-color: #ac87f7;
    border: 3px solid #6123be;
    outline: 4px solid #6b2acc;
    font-weight: bold;
    color: #272727;
    padding: 1vh 1vw;
    border-radius: 20px;
    margin: 1vh 1vw;
    max-width: fit-content;
    margin-left: 9vw;
}
#latest-thumbnail {
    border: 1px solid #6123be;
    outline: 3px solid #6b2acc;
}