header 
{ 
    
  background-color:  #35e4c9;

} 
 

nav 
{ 

    display: flex; 

    justify-content: space-between; 

    align-items: center; 
 

} 

nav a 
{
    display: block;  
    
}



nav a:hover 
{
    color: #FCB000;
    border-right: 1px solid #fff;
    border-radius: 5px;
    border-color: #FCB000;
    height: 50px;
      
   
}



.back { 

    padding: 5px 10px; 
    text-decoration: none; 
    color: #BA297B; 
    font-size: 40px;
    font-family: "Bungee", sans-serif;
    font-weight: 300;
    font-style: normal;

} 

#LogoEvent
{
    width: 100%;
    
}


label
{
    font-family: "Bungee", sans-serif;
    color: #BA297B;
    display: flex;
    justify-content: center;
    font-size: 30px;
}

input[type=email], input[type=text]
{
    width: 50%;
    padding: 20px;
    margin-left: 700px;
   
}

input:hover
{
    background-color: #FCB000;
}


input[type=submit]
{
    padding: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 10px #35e4c9;
    font-family: "Roboto Mono", monospace;
}

.form-control
{
    
    margin-bottom: 30px;
    padding: 30px;
    border: 2px solid #35e4c9;
    padding: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    font-family: "Roboto Mono", monospace; 
    
}

textarea
{
    margin-left: 500px;
    height: 400px;
    width: auto;
    
}

footer { 

    text-align: center; 

    padding: 10px; 

    background-color: #35e4c9; 

    color: #fff; 
    margin-top: 100px;
} 

.center-button
{
    display: block;
    margin: 0 auto;
    padding: 20px 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #BA297B;
}

