@font-face {
  font-family: 'Futurafont';
  src: url('./Futura.ttc')format('truetype');
}

body {
  background: white;
  font-family: 'Futurafont', sans-serif;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgb(0, 0, 80);
  color: white;
  font-size: 20px;
}

.headercontent {
  margin-left: 25px;
}

p {
}

h1 {
  font-size: 50px;
}

h2 {
}

a {
 color: blue;
}