html{
  background-image: none;
}

@font-face {
font-family: 'Dot Gothic';
src: url('fonts/dotgothic16-regular-webfont.woff2') format('woff2'),
      url('fonts/dotgothic16-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

body{
  margin-left: 35%;
  margin-right: 35%;
  font-family: 'Times New Roman', Times, serif;
}