@import url("https://cloud.typography.com/6197712/7484212/css/fonts.css");

@font-face {font-family: 'BebasNeuePro-SmEBd';src: url('https://cwsmgmt.corsair.com/_ui/responsive/common/fonts/webfonts/396129_0_0.eot');src: url('https://cwsmgmt.corsair.com/_ui/responsive/common/fonts/webfonts/396129_0_0.eot?#iefix') format('embedded-opentype'),url('https://cwsmgmt.corsair.com/_ui/responsive/common/fonts/webfonts/396129_0_0.woff2') format('woff2'),url('https://cwsmgmt.corsair.com/_ui/responsive/common/fonts/webfonts/396129_0_0.woff') format('woff'),url('https://cwsmgmt.corsair.com/_ui/responsive/common/fonts/webfonts/396129_0_0.ttf') format('truetype');}

body {
  text-align: center;
  padding: 20px;
  background-image: url(https://cwsmgmt.corsair.com/img/maintenance/LT100_EXP_30.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
font-family: "Gotham SSm A", "Gotham SSm B";
}

.logo {max-width: 300px}
h1 {  
  font-family: 'BebasNeuePro-SmEBd', sans-serif; 
  font-size: 4em;
    font-weight: 300;
  color: #fff;
    text-transform: uppercase;
    letter-spacing: .01em;
}
article {
  display: block;
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
}
a {
  color: #dc8100;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
p {
  text-align: center;
  color: #fff;
    font-size: 1.2em;
}

@media only screen and (max-width: 679px) {
    
h1 {font-size: 6em;}
  p {
    font-size: 1.8em;
  }
}