* {
    margin: 0; padding: 0;
}

body {
    background-color: #F5F5DC; /*#EFE1C6 ?????*/
}


a {
    text-decoration: none;
    color:#000000;
}

/* Formatação de Texto */

p {
    text-align: justify;
    line-height: 1.6;
    font-size: 1.1rem;
}

h1, h2 {font-family: "Montserrat", sans-serif;} p, li, label, h3 {font-family:"Boldonse", system-ui;}


button{
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
    border: none;
    border-radius: 0.5rem;
    background-color: #333;
    color: #F5F5DC;
    cursor: pointer;
}

input {
    border: none;
    border-radius: 4px;
    padding: 0.5rem;
    /*margin: 0.25em;
    width: 40vw;*/
    font-size: 1rem;
    color: #000000;
    background-color: #ffffff;
    outline: none;
    transition: border 0.15s ease-in;
    
}

input:focus{
    border: 2px solid #e0b34d;
}

li {
    list-style: none; 
    margin: 0;
    padding: 0;
}
