@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
         url('../../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }


html,
body {
    margin: 0px;
    padding: 0px;
    width: 2130px;
    height: 2130px;
    overflow: hidden;
    font-family: "Roboto";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2fb6b2;
    font-family: "Roboto";
    margin: 0px;
}

a {
    color: lightgrey;
    text-decoration: underline;
}
a:hover {
    color: grey;
    text-decoration: underline;
}

#top {
    position: fixed;
    padding: 10px;
    z-index: 999;
    width: 100%;
    background-color: white;
  }