body {
  margin: 0px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/skull.jpg");
}

h4 {
  font-size: 64px;
  color: #4f8deb;
  margin: 0px 0px 24px 0px;
  text-shadow: 2px 2px 3px black;
  word-spacing: 4px;
  letter-spacing: 4px;
  font-family: "Uncial Antiqua", serif;
  font-weight: 400;
  font-style: normal;
}

.impressum-top {
  padding-top: 24px;
}

.impressum-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #efefef;
  padding: 0px 24px;
  font-size: 16px;
}

.impressum-bottom {
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 24px 0px;
}

.btn-start-screen-impressum {
  padding: 8px 24px;
  border-radius: 4px;
  border: 1px solid #efefef;
  background-color: transparent;
  color: #efefef;
  font-size: 24px;
}

.btn-start-screen-impressum:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: transform 0.5s ease-in-out;
  backdrop-filter: sepia(90%);
  color: rgb(255, 0, 0);
}

@media (max-width: 500px) {
  h4 {
    font-size: 32px;
  }
}
