.container {
    width: 100%;
    height: 100%;
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.content {
    text-align: center;
    padding: 20px;
    color: white;
}

.center-image {
    width: 100%;
    align-self: flex-start;
}

.hero {
    align-self: flex-start;
}

.button {
    align-self: flex-start;
}

.canvas {
    display: block;
    top: 0;
    position: fixed;
    z-index: -100;
}

canvas {
    width: 100vw;
    max-width: 900px;
    height: auto;
}

html {
    scroll-behavior: smooth;
    background-color: black;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    font-size: 14pt;
}

h1 {
    font-size: 2em;
}

h2 {
    margin-top: 0px;
    font-size: 1.5em;
}

.body {
    padding-top: 20px;
    margin: 0 auto;
    max-width: 800px;
    z-index: 100;
    text-align: justify;
    z-index: 100;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testimonial {
    font-style: italic;
}

.testimonial p {
    font-style: italic;
}

.testimonial span {
    font-size: 18pt;
}

.content {
    padding: 10%;
}

@media only screen and (max-width: 600px) {
    body {
        font-size: 12pt;
    }
}