body {
    background: black;
    color: white;
    /* font-family: 'Rubik', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

body {
  width: 100%;
  height: 100%;
}

.coming-soon{
  position: fixed;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  color: #ffffff;
  padding: 4px 8px 4px 8px;
  font-weight: 200;
  background: #000000;
  text-align: center;
  border-radius: 25px;
  /* text-shadow: 1px 1px 20px #000000; */
}


.about-this-desktop{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  color: #ffffff;
  padding: 8px 16px 8px 16px;
  font-weight: 200;
  font-style: italic;
  text-align: center;
  line-height: 1.5;
  background: #c0392b;
  border-radius: 25px;
}

.about-this-mobile{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,  -50%);
  margin: 0 auto;
  color: #ffffff;
  padding: 8px 16px 8px 16px;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
  background: #c0392b;
  border-radius: 25px;
}

.metalfinger{
  position: fixed;
  bottom: 3%;
  transform: translate(0%, -50%);
  margin: 0 auto;
  color: #ffffff;
  padding: 2px 4px 2px 4px;
  font-weight: 700;
  font-size: 10px;
  font-style: italic;
  background: #000000;
  border-radius: 0px 25px 25px 0px
  /* text-shadow: 1px 1px 20px #000000; */
}

.about-metalfinger{
  position: fixed;
  bottom: 0%;
  transform: translate(0%, -50%);
  margin: 0 auto;
  color: #ffffff;
  padding: 2px 4px 2px 4px;
  font-weight: 400;
  font-size: 10px;
  font-style: italic;
  background: #000000;
  border-radius: 0px 25px 25px 0px;
  /* text-shadow: 1px 1px 20px #000000; */
}


.grief{
  position: fixed;
  bottom: 1%;
  right: 0%;
  transform: translate(0%, -50%);
  margin: 0 auto;
  color: #ffffff;
  padding: 2px 4px 2px 4px;
  font-weight: 700;
  font-style: italic;
  font-size: 10px;
  background: #000000;
  border-radius: 0px 25px 25px 0px
  text-align: center;
  white-space: nowrap;
  background: #000000;
  border-radius: 25px 0px 0px 25px
  /* text-shadow: 1px 1px 20px #000000; */
}


#panel {
    position: relative;
}

#panel header {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: white;
    text-align: right;
}

ul li {
    list-style: none;
}

#menu {
    background: gray;
}

body {
    transition: all 0.6s;
}

section {
    position: relative;
}
