body {
  background-color: #404040;
  margin: 0px;
  image-rendering: crisp-edges;
}
h1 {
  color: white;
  font-family: "outfit", sans-serif;
  text-shadow: 1px 1px 0 #000000;
}
h2 {
  color: black;
  font-family: "outfit", sans-serif;
  text-shadow: 1px 1px 0 grey;
}
p {
  color: black;
  font-family: "outfit", sans-serif;
  font-weight: bold;
  margin: 0px 50px 50px 50px;
}
.flex-container {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
a {
  color: purple;
  font-weight: bold;
}
@font-face{
  font-family: LCD;
  src: url(/sevensegment.ttf);
}
#title {
  position: absolute;
  right: 10%;
  top: 0px;
}
#pannle {
  background-color: #bfbfbf;
  border: 5px;
  border-left: 0px;
  border-right: 0px;
  border-style: solid;
  border-color: #999999;
  margin: 80px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  box-shadow: 0px 0px 10px;
}
#head {
  width: 80px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#caution {
  height: 25px;
  border-style: solid;
  border-color: black;
  background-color: yellow;
  margin-top: 0px;
  text-align: center;
  border-width: 3px 0px 3px 0px;
  top: 0px;
  background-image: url("/main/caution.png");
  background-position: center;
}
#egg {
  width: 100px;
  margin: 0px 25px 0px 25px;
}
#column {
  flex-direction: column;
  flex-basis: 75%;
}
#purpshadow {
  color: purple;
  font-family: "outfit", sans-serif;
  text-shadow: 1px 1px 0 #4d004d;
}
#purp {
  color: purple;
  font-family: "outfit", sans-serif;
}
#count {
  color: purple;
  font-family: LCD, sans-serif;
  text-shadow: 0px 0px 4px purple;
}
#timer {
  border-style: inset;
  border-color: #999999;
  border-width: 5px;
  background-color: black;
}
#pattern {
  margin: 0px;
  font-weight: bold;
  background-color: #999999;
  padding: 25px;
  background-image: url("/main/palemark.png");
  background-position: center;
}
#potd {
  width: 500px;
  border: 5px;
  border-color: black;
  border-style: solid;
  animation-duration: 1s;
  animation-name: slideIn;
  box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.5);
}
#spread {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 155%;
  right: 0px;
  left: 0px;
}
#space {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#desc {
  font-weight: bold;
  border-style: solid;
  border-color: black;
  background-color: #999999;
  padding: 10px;
  border-width: 5px;
  animation-duration: 1s;
  animation-name: slideIn;
  box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.5);
}
#link {
  color: purple;
  text-shadow: 1px 1px 0 indigo;
  font-size: 30px;
}
#credits {
  color: white;
  font-family: "outfit", sans-serif;
  text-shadow: 1px 1px 0 #000000;
  margin-top: 95px;
}


@keyframes slideIn {
  from {margin-left: 20px; opacity: 0;}
  to {margin-left: 0px; opacity: 1;}
}




