

body { 

   
    
}

  

.container-fluid { 

    margin: 0 auto; 

} 

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%;
    
}

.title
{
    font-family: "Bungee", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #BA297B;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-8
{
    text-align: center;
    margin-left: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1000px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: #35e4c9;
    color: #fff;
    font-family: "Roboto Mono", monospace;
    
} 

.col-8:hover
{
    box-shadow: 0 0 15px 2px #FCB000;
} 



footer { 

    text-align: center; 

    padding: 10px; 

    background-color: #35e4c9; 

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