
h1{
  font-size: 31px;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
  text-align: center;
  border-bottom: 3px solid var(--border)
}

p{
    font-size: 13px;
}

a{ 
  	font-size: 13px;
  	text-decoration: none;
  
      &:hover{
  		color: #ff3300
  }
}

#impressum{
    width: min(90%, 420px);
    height: 75%;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    border: 0.1rem solid var(--border);
    border-radius: 31px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



