@font-face {
    font-family: 'Affogato-Regular';
    src: url('fonts/affogato/Affogato-Regular.eot');
    src: url('fonts/affogato/Affogato-Regular.eot?#iefix') format('embedded-opentype'),
    	   url('fonts/affogato/Affogato-Regular.woff') format('woff'),
         url('fonts/affogato/Affogato-Regular.woff2') format('woff2'),
         url('fonts/affogato/Affogato-Regular.ttf')  format('truetype');
}

/*

@font-face {
    font-family: 'Affogato-Bold';
    src: url('fonts/affogato/Affogato-Bold.eot');
    src: url('fonts/affogato/Affogato-Bold.eot?#iefix') format('embedded-opentype'),
    	   url('fonts/affogato/Affogato-Bold.woff') format('woff'),
         url('fonts/affogato/Affogato-Bold.woff2') format('woff2'),
         url('fonts/affogato/Affogato-Bold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Affogato-Black';
    src: url('fonts/affogato/Affogato-Black.eot');
    src: url('fonts/affogato/Affogato-Black.eot?#iefix') format('embedded-opentype'),
    	   url('fonts/affogato/Affogato-Black.woff') format('woff'),
         url('fonts/affogato/Affogato-Black.woff2') format('woff2'),
         url('fonts/affogato/Affogato-Black.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Affogato-Medium';
    src: url('fonts/affogato/Affogato-Medium.eot');
    src: url('fonts/affogato/Affogato-Medium.eot?#iefix') format('embedded-opentype'),
    	   url('fonts/affogato/Affogato-Medium.woff') format('woff'),
         url('fonts/affogato/Affogato-Medium.woff2') format('woff2'),
         url('fonts/affogato/Affogato-Medium.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Affogato-Light';
    src: url('fonts/affogato/Affogato-Light.eot');
    src: url('fonts/affogato/Affogato-Light.eot?#iefix') format('embedded-opentype'),
    	   url('fonts/affogato/Affogato-Light.woff') format('woff'),
         url('fonts/affogato/Affogato-Light.woff2') format('woff2'),
         url('fonts/affogato/Affogato-Light.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

*/

html {
    margin: 0;
    height: 95%;
}

body {
    position: relative;
    padding-top: 65px;
    background-color: #272A32;
    color: #E6E6E6;
    font-family: Affogato-Regular;
    font-size: 100px;
    line-height: 30px;
    margin: 0 0 0 0;
    height: 95%;
}

div {
  position: relative;
  width: 40%;
  top: 40%;
  transform: translateY(-50%);
  padding: 1em;
}

h1, h2 {
    font-family: Affogato-Regular;
    font-size: 0.3em;
    line-height: 40px;
    padding-top: 35px;
    margin-top: -35px;
    margin: 10px 0 0 0;
    text-align: right;
}

p {
    margin: 20px 0 0 0;
    text-align: right;
    font-size: 0.18em;
}

a {
  color: #E6E6E6;
  font-size: 1.25em;
}

a:hover {
  text-decoration: none;
}

.red:hover {
  color: #E6E6E6;
  background-color: #F35656;
}

.yellow {
  color: #F0C850;
}

.green {
  color: #45C245;
}

.blue {
  color: #349292;
}
