@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
*
{
    
    margin: 0px;
    padding:0px;
    overflow: hidden;
  
    
}
.navbar {
    height: 64px;
   
    width: 100%;
    line-height: 64px;
    box-shadow: 0px 10px 60px #d9d9d9;
  }
  .container {
    max-width: 1300px;
    margin: 0px auto;
  }
 .navbar .navbar-brand {
  float: left;
  color: rgb(91, 56, 114);
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
.navbar{
  font-weight: 500;
  font-size: 20px;
  margin: 0px 2px;
  text-decoration: none;
}
.conta{
    display: flex;
    
}
.cont1
{
    height:auto;
    width:80%;
    background-color: thistle;
    margin-top: 90px;
    margin-left: 140px;
    text-align: center;
    padding:50px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 25px;
    color:white;
    font-family: 'Pacifico', cursive;
    
}

.btn
{
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 80px;

}
button
{
    height:50px;
    width:150px;
    border-radius: 20px;
    font-size: 20px;
    color:white;
    background-color: rgb(43, 19, 59);
    font-family: Arial, Helvetica, sans-serif;
}



