main {
    max-width: 750px;
    margin: 1.5rem auto;
    min-height: 70vh;
    background-color: #fafafa;

    box-shadow: 0px 0rem 0.5rem 0px rgba(0,0,0,1);
}

#single {
    text-align: left;
    justify-content: flex-start;
}

#single a {
    color: #000;
}

#links {
    text-align: right;
    margin-top: 1rem ;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}

#links a {
    margin: 0.25rem;
    padding: 1rem;
    color: #FFF;
    background-color: #007095;
}

img {
    justify-self: center;
    display: block;
    width: calc( 100% );
}

iframe {
    justify-self: center;
    display: block;
    width: calc( 100% );
    aspect-ratio: 16/9;
}