body {
    margin: 0px;
    font-family: LatoWebMedium, Arial;
    text-align: center;
}

b {
    font-family: LatoWebBold;
}

a {
    font-family: LatoWebBold;
    color: inherit;
    text-decoration: underline;
}

h1 {
    font-size: 5rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2.6rem;
    margin-bottom: 0px;
}
h4 {
    font-size: 2rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.4rem;
}
p, li, noscript, label, pre {
    font-size: 1.2rem;
}

pre, ul, ol {
    text-align: left;
}

select, input {
    padding: 10px;
    border-radius: 5px;
}

textarea {
    border-radius: 15px;
    border-style: solid;
    border-width: 5px;
}
main {
    padding: 20px;
}


.button {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 60px;
}


.note {
    opacity: 0.6;
}


.header {
    padding-top: 10px;
}
.titleheader {
    padding-top: 100px;
    width: 100%;
    height: 300px;
    background-image: url("/assets/img/backgrounds/ocean.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.titleheader h1 {
    font-size: 10rem;
    font-family: LatoWebHairline;
    margin: 0px;
    padding: 0px;
    margin-bottom: -2rem;
}
.titleheader p {
    font-family: LatoWebHeavy;
    font-size: 1.6rem;
}
