html, head, body, footer {
    margin: 0;
    padding: 0;
    background-color: #121212;
    cursor: default;
}

h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 4em;
    font-weight: 200;
    text-shadow: 0px 3px 10px #D08F1D4D;
}

h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.8em;
    font-weight: 200;
    color: #F5F1E6;
    margin: 30px 0 10px 0;
}

h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    color: #F5F1E6;
    margin-top: 10px;
}

p {
    font-family: "Space Grotesk", sans-serif;
    color: #F5F1E6;
}

a{
    margin: 0;
    padding: 0;
}

img{
    cursor: pointer;
}

.img-link{
    border: none;
    background-color: initial;
    color: none;
    text-decoration: none;
    width: 5%;
    margin-left: 40px;
}

button, a {
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
    font-size: 1.05em;
    border: none;
    background-color: #d9870c;
    color: #121212;
    padding: 15px 40px;
    cursor: pointer;
    text-decoration: none;
}

.topnav {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
    padding: 2px;
    
}

.topnav ul {
    list-style: none;
    margin: auto 40px auto auto;
    width: 500px;
}

.topnav ul li {
    display: inline;
}

.topnav-img {
    width: 100px;
    justify-content: start;
    margin-left: 0px;
    padding: 20px;
    padding-left: 0;
}

.topnav-button {
    margin: 0;
    border: none;
    padding: 10px 15px;
    background-color: transparent;
    color: #f5f1e6;
    font-family: "Anton", sans-serif;
    font-weight: lighter;
    
    
}

.hero-text {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hl-container {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.highlight{
    color: #F0BC13;

}


/* Aqui empieza el formulario */

label {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    color: #F5F1E6;
    margin: 0 0 20px 0;
}

input {
    margin: 8px 0;
    box-shadow: 0 0 5px #F0BC13;
    border: none;
    border-radius: 5px;
    height: 30px;
    width: 500px;
    color: #121212;
    background-color: #F5F1E6;
    padding-left: 15px;
}

.container {
    display: flex;
}