@import url('https://fonts.googleapis.com/css2?family=Pirata+One&family=Roboto:wght@400;700&display=swap');

* {
  box-sizing: border-box;
}

html, body {
  background: #fdfdf6;
  background-image: radial-gradient(circle, #e3e3dc 1px, transparent 1px);
  background-size: 26px 26px;
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #282828;
  margin: 0;
}

#wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#content {
  margin-top: -100px;
}

#head {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 400px;
  height: 400px;
}

h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 180px;
  margin: 0;
  margin-top: 100px;
}

h1 .doppelpunkt {
position: relative;
top: -24px;
}

h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  margin-top: 300px;
  text-transform: uppercase;
}

.linklist {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}

.linklist span {
  margin: 0 4px;
  color: #1eb4a0;
  font-weight: bold;
}

.linklist a {
  color: #a1a0a5;
  text-transform: uppercase;
  text-decoration: none;
  transition:color 200ms ease;
  -moz-transition:color 200ms ease;
  -webkit-transition:color 200ms ease;
  -o-transition:color 200ms ease;
}

.linklist a:hover {
  color: #282828;
}

#footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #1eb4a0;
}
