header {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #77BFA3;
   }
   
   header, nav ul, p {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    color: #BFD8BD;
   }
   
   nav a {

    text-decoration: none;
    margin-left: 1rem;
    color: rgb(255, 255, 255);

   }

   nav a:hover{
    color: rgb(202, 202, 202);
   }

   body{

    margin: 0;
    padding: 0;
    justify-content: space-around;

   }
 
 .card {
    width: 350px;
    height: 950px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    position: left;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 140px;
    align-content: justify;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  .container {
    padding: 2px 16px;

  }
  .card img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .card p, h4{
    color:black;
    
  }
  .disposicao{
    justify-content: space-around;
    display: flex;
  }