
body {
  margin: 0; 
  padding: 0; 
  height: 100%; 
  width: 100%;
}

h1 {
  text-shadow: 0px 25px 30px black;
  text-align:center; 
  color:white; 
  font-family: "Libre Barcode 39 Text", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 7em;
}

p {
  text-align:center; 
  color:white; font-family: 'Source Code Pro', monospace; 
  text-transform:uppercase;
  font-size: 1.5em;
  transition: 0.3s;
  text-shadow: 0px 0px 10px black;
}

p:hover {
  text-shadow: 0px 0px 150px black;
}

.content
{
  display: flex; 
  flex-flow: wrap;
  align-items: center; 
  justify-content: center; 
  position: absolute; 
  margin: auto; 
  top: 30%; 
  right: 0; 
  bottom: 10%; 
  left: 0;
}

.headline {
  width: 100%;
  padding: 0;
  margin: 0;
}

.contact{
display: inline-block;
}