.hidden {
  display: none !important;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  background: #f8e800;
}

img {
  width: 100;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#billboard {
  background-image: url("./base.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 900px;
  min-height: 900px;
  margin: 16px;
}

#billboard-image image {
  align-self: center;
}

#billboard-image {
  display: flex;
  overflow: hidden;
  background-color: #f8e800;
  width: 900px;
  height: 900px;
  z-index: 1;
  transform-origin: 0 0;
  transform: matrix3d(
    0.26,
    -0.010837,
    0,
    -0.00002,
    -0.013112,
    0.437344,
    0,
    -0.00001,
    0,
    0,
    1,
    0,
    263.5,
    136,
    0,
    1
  );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#billboard-logo {
  position: absolute;
  background: white;
  left: 4%;
  top: 0;
  width: 250px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

#billboard-text {
  position: absolute;
  font-weight: 700;
  font-size: 108px;
  top: 58.5%;
  left: 19%;
}

#billboard-text > span {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.2;
  background: white;
  padding: 8px 0;
  box-shadow: 64px 0 0 white, -16px 0 0 white;
}

#billboard-text:after {
  content: "";
  background: #f8e800;
  width: 50%;
  height: 13%;
  position: absolute;
  bottom: -40px;
  left: -16px;
}

#form {
  display: flex;
  flex-direction: column;
  width: 20%;
  min-width: 300px;
}

button {
  align-self: center;
}

.input-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}

label {
  font-weight: 700;
  line-height: 1.4;
}

button,
input {
  background: none;
  border: 3px solid black;
  padding: 8px;
  font-weight: 700;
}

button:hover,
input[type="submit"]:hover {
  cursor: pointer;
  box-shadow: -3px 3px black;
}

.dot {
  position: absolute;
  z-index: 2;
  margin: -0.5ex;
  padding: 0ex;
  width: 1ex;
  height: 1ex;
  border-radius: 0.5ex;
  background-color: #ff0000;
}
