body {
    background-image: url("/imgs/osea.jpeg");
    background-size: cover;
    margin: 0;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 4rem;
    color: white;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.6rem;
    color: white;
    font-style: italic;
}
h3 {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 6rem;
}
h4 {
    font-family: 'Raleway', sans-serif;
    color: white;
}
nav a {
    font-family: 'Raleway', sans-serif;
    margin: 8px;
    font-size: 1.6rem;
    color: white;
}
.main {
    margin: auto;
    width: 100%;
}
.main p {
    color: white;
    line-height: 1.5;
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.main a:visited {
    color: white;
}
.main a {
    color: white;
}
.header {
    margin: auto;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 16px;
}
.header h1 a {
    color: white;
    text-decoration: none;
}
.footer {
    /*position: fixed;*/
    font-size: 1.6rem;
    bottom: 0;
    width: 100%;
    margin-left: 80px;
}
input {
    margin: auto;
    padding: 8px;
    color: white;

    font-size: 4rem;
    font-family: 'Arial', sans-serif;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 4px;
    text-align: center;
    font-weight: lighter;
}
::placeholder {
    color: white
}
.absc {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4.2rem;
}
/* @media screen and (max-device-width: 480px){ */
    .main {
        padding: 80px;
        width: 100%;
        min-height: 100%;
        box-sizing: border-box;
        background-image: linear-gradient(rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }
    .main p {
        font-size: 2rem;
    }
/* } */