* {
    font-family: sans-serif;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
    padding: 0;
    margin: 0;
    /* max-width: 1300px; */
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

h1 {
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 2px;
    opacity: 0.8;
}

h2 {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    opacity: 0.8;
    text-transform: uppercase;
}

p {
    line-height: 200%;
    opacity: 0.75;
}

#content {
    /* padding: 0px 8vw 30px 8vw; */
    /* background-color: red; */ /* useful for debugging layout */
    /* max-width: 1300px; */
    margin-left: auto;
    margin-right: auto;
}

#enter-site {
    text-align:center;
    color: white;
    letter-spacing: 3px;
    font-size: 25px;
    padding: 20px;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 2px;
}
#enter-site:hover {
    background-color: white;
    color: black;
    text-shadow: none !important
}



/* @media (max-width:1000px) {
    #content {
        padding: 10px 8vw
    }
} */
