h1 {
  font-size: 40px;
  font-family: 'univers';
  color: #ff0000;
}

body {
  background-color: #ffdafe;
  color: black;
  font-family: 'uni';
  font-size: 32px;
  border: 5px dashed #ff0000; 
  padding: 40px; 
  margin: 5px; 
}

.navbar {
  font-family: 'db';
}

#text-box {
  font-family: 'matterguts';
}

@font-face {
  font-family: 'aya';
  src: url('/aya.ttf') format('truetype');
}

@font-face {
  font-family: 'univers';
  src: url('/univers.ttf') format('truetype');
}
				
@font-face {
  font-family: 'db';
  src: url('/db.ttf') format('truetype');
}			

@font-face {
  font-family: 'neu';
  src: url('/neu.otf') format('opentype');
}				

@font-face {
  font-family: 'uni';
  src: url('/uni.ttf') format('truetype');
}				

a:link {
  color: #ff0000;
  text-decoration: none;
}

a:visited {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
  text-decoration: none;
}