<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#background-video{
     height: 100vh;
     width: 100vw;
     top:0;
     left:0;
     bottom:0;
     right:0;
     object-fit: cover;
     position:fixed;
     z-index: -1;
}

h1, h2 {

    color: white;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;

}


#header{
    position:fixed;
    right:0;	
	width:100%;
	margin:auto;
	background-color:black;
	height:50px;
    top:0px;
}

#logo{
	text-align:center;	
	
}

h1 {
    font-size:6rem;
    margin-top:250px;

}
@media screen and (max-width:1024px)
{
	h1
	{
	margin-top:350px;
	}
}


h2 {
    font-size: 3rem;
    margin-top:200px;
 }
@media screen and (max-width:1024px)
{
	h2
	{
	margin-top:120px;
	font-size:xx-large;
	}
}

  
  footer{
	position:fixed;
	bottom:10px;
	 width:100%;
}

footer p, footer ul{
     background-color: rgba(255,0,0,0);
    font-size: 0.8em;
    color: white;

   }

footer h1{
    background-color:rgba(255,0,0,0);
    font-size: 1.1em;
    color: white;

 
}

#mail, #liens, #divers{
    display: inline-block;
    vertical-align: top;
 
  
    
 

 }

#mail{
    width: 28%;
    
}

#liens{
    width:25%;
   
    
    
}

#divers{
    width: 31%;
   
   
}

#liens img{
    margin-left: 2px;
}

#divers ul{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    padding-left: 2px;
 
}

#divers a{
    text-decoration: none;
    color:white;
}

</pre></body></html>