@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
 
body 
    {
    justify-content: center;
    background-color: #e1e1e1;
    font-family: 'Bebas Neue', cursive;
    ;
    }

header  
    {
    display: flex;
    justify-content:space-evenly;
    color: #000000;
    font-family: 'Bebas Neue', cursive;
    }


h1
     {
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 60px;
    }

.foto
     {
    display: flex;
    justify-content:center;
    }

nav ul 
    {
    display: flex;
    flex-direction: row wrap;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.4rom; padding: : 1rem;
    background-color: #a8181a;
    }

a
    {
    display:inline-block;
    color: #e1e1e1;
    box-sizing:content-box;
    background-color: #a8181a;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    }


h2
   {
    display:flex;
    flex-direction: row wrap;
    align-items: center;
    justify-content: space-around;
    color: #000000;
    font-family: 'Verdana', sans-serif; 
   }

.rotulo
   {
    display:flex;
    flex-direction: row wrap;
    align-items: center;
    justify-content: space-around;
    color: #000000;
    font-family: 'Verdana', sans-serif; 
    border: 2px solid;  
    border-bottom-color: #000000;
   }

main
    {
    color: #000000;
    font-family: 'Verdana', sans-serif;
    }

p 
    {
    color: #000000;
    font-family: 'Verdana', sans-serif;
    }

footer

.rojo 
     {
      color: #a8181a;
    }