
@font-face {
  font-family: 'rondure-regular';
  src: url(https://amanita-house.neocities.org/rondure-regular.woff);
  
}

@font-face {
  font-family: 'Tomorrow-Regular';
  src: url(https://amanita-house.neocities.org/Tomorrow-Regular.ttf);
}

@font-face {
  font-family: 'Tomorrow-BoldItalic';
  src: url(https://amanita-house.neocities.org/Tomorrow-BoldItalic.ttf);
}

body {
  background-color: black;
  color: white;
  font-family: Verdana;
}

h1 {
  font-family: 'Tomorrow-BoldItalic';
  font-size: 50px;
  text-align: center;
}

#cover {
  display: flex;
  justify-content: center;
}

.links {
  margin-top: 50px;
  display: flex;
  padding: 0;
  list-style-type: none;
  font-family: "Tomorrow-Regular";
  justify-content: center;
}

.links div {
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

a {
  color: white;
  font-weight: 800;
  text-decoration: none;
}

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