body {
    background-image: url(IMA/F1.jpg);
    background-size: 100vw 100vh;
    background-attachment: fixed;
    margin: 1;
    font-family: monospace;
}

form {
    width: 1000px;
    margin: auto;
    background: rgba(0,0,0,0.2);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 10px;
}

h2 {
    color: black;
    text-align: center;
    margin: 10;
    font-size: 30px;
    margin-bottom: 20px;
}

input, textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
}

textarea {
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton {
    background: #02466D;
    color: azure;
    padding: 20px;
}

#boton:hover {
    cursor: pointer;
}

@media (max-width:480px) {
    form {
        width: 100%;
    }
}

h1 {
    text-align: center;
    color: black;
    font-size: 40px;
    background: rgba(0,0,0,0.5);
    margin-top: 20;
}

h2 {
    text-align: center;
    color: black;
    font-size: 30px;
    background: rgba(0,0,0,0.5);
    margin-top: 20;
}
.ir-inicio {
    display: inline-block;
    padding: 20px;
    background: #024959;
    font-size: 20px;
    color: aquamarine;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
