*{
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif  ;
}
body{
    margin: 0;
    background: rgb(81,158,255);
    background: linear-gradient(90deg, rgba(81,158,255,1) 0%, rgba(202,108,255,0.7833567415730337) 50%, rgba(255,133,213,1) 100%);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 500px;
}
header{
    
    background-color: white;
    color: #ca6cff;
    margin-bottom: 80px;
    height: 100px;
}
header h1{
    padding-top: 20px;
    padding-left: 500px;
}
main{
    margin-left: 30px;
    height: 500px;
}

#menu {
    z-index: 2;
  }
  
  #menu-bar {
    width: 45px;
    height: 40px;
    margin: 30px 0 20px 20px;
    cursor: pointer;
  }
  
  .bar {
    height: 5px;
    width: 100%;
    background-color: #fb2dd9;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
  }
  
  #bar1 {
    transform: translateY(-4px);
  }
  
  #bar3 {
    transform: translateY(4px);
  }
  
  .nav {
    transition: 0.3s ease;
    display: none;
  }
  
  .nav ul {
    padding: 0 22px;
  }
  
  .nav li {
    list-style: none;
    padding: 12px 0;
  }
  
  .nav li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
  }
  
  .nav li a:hover {
    font-weight: bold;
  }
  
  .menu-bg, #menu {
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .menu-bg {
    z-index: 1;
    width: 0;
    height: 0;
    margin: 30px 0 20px 20px;
    background: radial-gradient(circle, #e719d6, #9409f1);
    border-radius: 50%;
    transition: 0.3s ease;
  }
  
  .change {
    display: block;
  }
  
  .change .bar {
    background-color: white;
  }
  
  .change #bar1 {
    transform: translateY(4px) rotateZ(-45deg);
  }
  
  .change #bar2 {
    opacity: 0;
  }
  
  .change #bar3 {
    transform: translateY(-6px) rotateZ(45deg);
  }
  
  .change-bg {
    width: 520px;
    height: 460px;
    transform: translate(-60%,-30%);
  }
  
    .inputs{
        margin-left: 300px;
     
    }
    .input{
        background-color: black;
        color: cyan;
        height: 30px;
        font-size: 15px;
        border-radius: 10px;
        text-align: center;
        
    }
    img{
    height: 50px;
    width: 50px;
    float: left;
    padding-left: 100px;
    padding-top: 10px;
    }
            
    footer{
        width: 100%;
        height: 100px;
        display: block;
        background-color: black;
        text-align: center;
        padding-top: 30px; /* escapamento interno */

 }
footer p{
    color: white;
    
}
footer div {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 800;
    margin-left: 90px;
}
footer div a {
    color:cyan;
    text-decoration: none;
    font-weight: 800;
}
footer div a:hover{ /* hover- altera o estado sobre o objeto*/
           text-decoration: underline;
}
label{
  display: block;
   background-color:#ca6cff;
   width: 170px; ;
  color: rgb(35, 4, 136);
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px ;
  margin-bottom: 10px;
 
  

}
#tp{
  color: cyan;
}
ul{
  text-align: justify;
 
  padding-left: 250px;
}
 li{
padding: 10px;
list-style: none;
align-items: center;
}