body {
    font-family: "Google Sans", Roboto, Arial, sans-serif;

}

h1 {
    line-height: 3rem;
    font-size: 2.5rem;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: .75rem;
}
h2 {
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: .75rem;
}

input {
    outline: none;
    border:2px solid #b8b8b8;
    border-radius: 5px;
    
}
input:focus {
    outline: none;
    color: blue;
    border: 2px solid blue;
    border-radius: 5px;

}
input:hover {
    outline: none;
    color: blue;
    border: 2px solid blue;
}

.inputx {
    outline: none;
    border: 0px;
}

::placeholder {
    color: #888b8b;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #c9caca;
}

.font-happy {
    font-family: 'Internacional','Helvetica','Arial'!important;
}

#screen1 .desc {
    margin-top: 40px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #00031f;
}
#screen1 h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    margin: 0;
    color: #00031f;
}

