body {
    color:white;
    background-color: rgb(34,34,34);
    font-family: Arial, Helvetica, sans-serif;

}
.p1{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    font-size:20px ;
}



ul{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    padding: 16px;
    margin-left: 1320px;

}

li{
    display: inline-block;
    margin: 20px;
}

a{
    color: white;
    text-decoration: none;
    
}

a:hover{
    color: rgb(132, 14, 201);
    transition: 0.3s all;
}

#inscreva-se-btn:hover{
    background-color: rgb(132, 14, 201);
    color: white;
    border: 2px solid rgb(132, 14, 201);
    padding: 10px;
    border-radius: 15px;
 
}


h1{
    color:white;
}
.imagem{
    width: 300px;
    height: 400px;
    margin-left: 850px;
    margin-top: -40px;
    padding: 15px;
    
   
    
    
}
.dropdown-menu{
    position: absolute;
    box-shadow: 0 0 2px black;
    display: none;
}

.dropdown-menu a{
    display: block;
   
}
.dropdown-menu a:hover{
    color: rgb(132, 14, 201);
    transition: 0.3s all;
}

.dropdown:hover .dropdown-menu{
    display: block;
   
}

span{
    color:rgb(132, 14, 201);
}

.imagem{
    width: 300px;
    height: 400px;
    margin-left: 850px;
    margin-top: -40px;
    padding: 15px;
    
}

.text{
    text-align: justify;
    margin-top: -250px;
    margin-left: 280px;
    font-size: 70px ;
    font-weight: bold;

}
span{
    color:rgb(132, 14, 201);
}
footer {
    
    display:flex;
    justify-content:center;
    
   
 }
 footer p{
     margin: 10px;
     margin-top:15px ;
     font-size: 25px;
    
    }
    .preto3{
        width:80%;
        height: 50px;
        margin-left: 190px;
        margin-top:15px ;
        background-color: rgb(50,50,50);
        border-radius: 15px;
       
 }
     
.text2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-left: 285px;
}
.preto4{
    background-color: rgb(50,50,50);
    width:1000px ;
    height:1900px ;
    margin-top:50px ;
    margin-left:420px ;
    border-radius: 25px;
    padding: 15px;

}
.text3{
    font-family: Arial;
    font-size: 30px;
    text-align: justify;
    font-weight: bold;
    

}
.text4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-left:10px;
    text-align: justify;
}
.imagem2{
    
    border-radius: 70px;
    margin-left: 170px;

}
.imagem3{
    width: 180px;
    height: 180px;
    margin-left: 150px;
    margin-top: 110px;
    align-items: center;
    border: 5px solid rgb(132, 14, 201);
    border-radius: 15px;
    
}
.sobrenos{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-left:10px;
    text-align: justify;
    margin-top: 300px;
}

h2{
    margin-top:500px ;
    text-align: center;
}   