body, html{
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100vh;
  /* Image by SushiBay */
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url('images/wallpaper.jpg');
  background-position: center;
  background-size: cover;
}

#main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
  width: 100%;
  height: 100%;
  margin: auto;
}

#headerImage {
  width: 50vw;
  filter: drop-shadow(1px 0px 0px #ef7814) drop-shadow(-1px 0px 0px #ef7814) drop-shadow(0px 1px 0px #ef7814) drop-shadow(0px -1px 0px #ef7814);
}

.icon {
  width: 96px;
  height: 96px;
  filter: drop-shadow(1px 0px 0px black) drop-shadow(-1px 0px 0px black) drop-shadow(0px 1px 0px black) drop-shadow(0px -1px 0px black);
}

a {
  cursor: pointer;
}
