#hero-section {
  /* background-color: rgba(18, 38, 255, 0.577); */
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-attachment: fixed;
  background-image: url(../images/swe-doodle-bg.png);
  background-position: center;
  background-size: cover;
}

.hero-bg {
  font-size: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.joy {
  background-color: white !important;
  transition: all 1s linear;
  font-family: "luckiest guy";
  position: relative;
  z-index: 1;
  /* margin-right: 50px; */
  background-color: inherit;
  width: 90%;
  text-align: center;
  padding: 5px 10px;
  rotate: 5deg;
  border: 3px solid black;
  border-radius: 5px;
  box-shadow: 0px 0px 10px black;
}

.hidden-message {
  position: absolute;
  width: 80%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  text-align: center;
  border-radius: 10px;
  font-family: monospace;
  font-size: 50px;
}

.loruth {
  background-color: white !important;
  transition: all 1s linear;
  font-family: "luckiest guy";
  position: relative;
  z-index: 1;
  background-color: inherit;
  width: 95%;
  text-align: center;
  padding: 5px 10px;
  rotate: -5deg;
  border: 3px solid black;
  border-radius: 5px;
  box-shadow: 0px 0px 10px black;
}
