body {
    font-family: 'Palatino Linotype';
    /* background-color: #ededf0; */
    display: flex;
    flex-direction: column;
}

aside {
    height: 40vh;
    width: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: rgb(53, 66, 75); */
    margin-bottom: 20px;
    position: sticky;
    top: 0;
}

section#social-media-buttons {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;    
}

main {
    width: 60vw;
    margin: auto;
    background-color: #ffffff;
    padding: 20px;
    /* border: 5px solid #e4e4e7; */
}

img.back-to-main-site {
    width: 200px;
}