@charset "UTF-8";

#logo { width: 7em;
        padding: 1em 0 2em 2em;
      }

html {min-height: -webkit-fill-available;
     }

* {margin: 0;
   padding: 0;
    font-family: "montserrat";
    box-sizing: border-box;
    color:#6f6f6f;
  }

.links {display: block;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-basis: 25%;
    align-items: center;
    align-content: center;
    max-width: 50rem;
    margin: auto;
       }

.links a {color: #ffffff;
    text-align: center;
    padding: 1em 1em 1em 1em;
    text-decoration: none;}

.links a:hover {background-color: #9ceddd;
             align-items: center;
    align-content: center;
    padding: 1em 1em 1em 1em;
    color: #28b599;
            }

body {display: flex;
      flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    justify-content: space-between;
    text-align: center;
     }

img{max-width: 100%;
    margin: auto;
    display: flex;}

body header {background-color: #5ae2c7;
            }

body main {background-color: #d1fff8;
          }

body footer {background-color: #9ceddd;
             padding: 1em 2em 2em 2em;
         font-size: 0.8em;
            }

body footer p {max-width: 50rem;
               margin: auto;
              }


main h1 {font-size: 2em;
         padding: 1em 1em 1em 1em;
    max-width: 50rem;
               margin: auto;
       }

main h2 {padding: 0 1em 1em 1em;
    max-width: 50rem;
               margin: auto;
        }

a {text-decoration: none;
  }

nav a {text-align: center;
       color: #5d5d5d;
      }

   
.usuario {margin: auto;
          text-align: center;
    
}    
    
    
.usuario img {border-radius: 10em;
              height: 19em;
              width:  19em;
              max-width: 100em;
              max-height: 100em;
              box-shadow: blue;
              align-content: center;
              padding: 1em;
        
}

.usuario { 
    
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
    }
    
.foto {list-style-type: none;
        display: flex;
        margin-bottom: 3em;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
      }
