* {
  margin: 0;
  padding: 0;
  color: aliceblue;
}

body {
  background: black;
  overflow: hidden;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 100dvh;
  min-width: 100dvw;
}

.fugas {
  background: url(./fugas.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

h1 {
  position: absolute;
  font-weight: bolder;
  font-size: 100px;
}

.alert {
  position: absolute;
  padding: 1em;
  transition: all 300ms ease-in-out;
}