html {

}
body {
    background-color:#E70000;
    }


    
a:link{
  text-decoration: none;
  color: white;
}

a:visited{
  text-decoration: none;
  color: white;
}

a:hover{
  text-decoration: none;
  color: white;
}

a:active{
  text-decoration: none;
  color: white;
}

h1 { 
font-family: 'Open Sans', sans-serif;
font-size: 90px; 
font-weight: 800; 
color: white;
line-height: 0px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
}

h2 { 
font-family: 'Open Sans', sans-serif;
font-size: 16px; 
font-weight: 600; 
color: white;
line-height: 0px;
letter-spacing:5px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
}

h3 { 
font-family: 'Open Sans', sans-serif;
font-size: 12px; 
font-weight: 600; 
color: white;
line-height: 60px;
letter-spacing:1px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
}