body {
    background-color: black;
}
.headertext {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 10vw;
}
.centercontainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageimage {
    max-width: 100%;
    height: auto;
}