/*@media screen and (max-width: 600px) {
    html {
        width: 40%;
    }
}
*/
html, body {
    background: black;
    display: flex;
    flex: 100%;
    flex-direction: column;
    margin: auto;
    color: white;
    height: 100%;
    text-align: center;
}


p {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 50px;
}


.art-container-1 {
    margin: auto;
    display: flex;
    flex: 100%;
}

.siteheader {
    display: flex;
    flex: 50%;
    margin: auto;
    width: 150px;
    height: 150px;
    align-items: center;
}

.sitefooter {
    display: flex;
    flex: 20%;
    margin: auto;
    width: 100%;
    height: 150px;
    flex-direction: column;
}