* {background-color: darkred;
    font-family: 'Alegreya';'Helvetica'; 'Sans serif'}

ul { list-style: none; }

header,
footer {
    background-color: darkred;
    padding: .25em;
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


header > ul {
    display: flex;
}

    
    position: absolute;
    right: 0;
    top: 0;
}


Body { min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: darkred;
    
}


main form {font-family: 'Montserrayt', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1.5rem; margin-left: 2rem;
}

main input[type=text] {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box; border-bottom-color: brown; border-radius: 0.7rem; 
    
font-family: 'Montserrayt', sans-serif;
    color: white;
    
    
    
}



main p {font-family: 'Montserrayt', sans-serif;width: 100%;
color: white;margin-top: 1.5rem; margin-left: 2rem;}


main button {color: white;
            ; border-radius: 0.7 rem;
            font-family: 'Montserrayt', sans-serif; width: 40%;
 ;  border-radius: 0.7rem; align-items: center; }

main li a {color: white;
font-family: 'Montserrayt', sans-serif; width: 40%;
    
}

.div form action {}




