body {
    height: 100%;
    overflow-x: hidden;
    
    font-family: Helvetica;  
    background-color: #e8f1ef;
}

input[type ="text"], input[type ="email"], input[type ="password"] {
    padding: 5px;
    border: 2px solid black;
}

button {
    padding: 5px;
}


#mobile-menu-icon {
    display: none;
}


.link {
    color: black;
    text-decoration: underline;
}

.link:hover {
    color: gray;
}
