body {
    background-color: #051D3B;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    height: 100vh;
}

main {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 2.5fr 1fr;
    
}

input::placeholder {
    color: rgba(255, 255, 255, .64);

}

.label {
    padding-bottom: 1rem;
    letter-spacing: .4rem;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.btn-highlight {
    width: 50vw;
    padding: 1rem;
    margin-top: 2rem;
    background-color: #5081FB14;
    text-decoration: none;
    border-radius: 8px;
    outline: none;
    border: 4px;
    color: #fff;
    cursor: pointer;
}

.btn-highlight:active {
    background: rgba(80, 129, 251, 0.24);
}

.btn-highlight:hover {
    background: rgba(80, 129, 251, 0.16);
}

.btn-highlight:focus {
    background: rgba(80, 129, 251, 0.24);
}

i {
    color: #fff;
}

#divx {
    visibility: hidden;
}

#divlupa{
    visibility: hidden;
}

#divmenu {
    visibility: hidden;
}
