h1 {
    font-family: 'Rock Salt', cursive;
    font-size: 10vw;
    color: #c77c0d;
    text-align: center;
}

p, a, h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: x-large;
    text-align: center;
    color: #3d3d3d;
    text-decoration: none;
}

p {
    margin-top: 12px;
    margin-bottom: 12px;
}

h2 {
    margin-top: 24px;
    margin-bottom: 12px;
}


.main-container {
    display:flex;
    flex-wrap:wrap;
    margin:auto;
}

.center-box {
    width:100%;
    max-width:100%;
}



html, body {
    padding: 0;
    margin: 0;
}

body {
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    background-image: url("hp_background.png");
    height: 30vh;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    position: relative;
}

html {

}


