/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

.didact-gothic-regular {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

   
body {
  background: url('images/back.png') no-repeat center;
  background-color: black;
  color: black;
  font-family: Verdana;
}

h1 {
  color: white;
  font-family: "Didact Gothic"
}

.main {
  background: rgb(63, 63, 63);
  margin: auto;
  width: 700px;
  height: 740px;
  border: 2px #b20909 solid;

  align-items: center;
}

.logo {
    text-align: center;
    padding-top: 20px ;
}

.warning {
    text-align: center;
    font-family: "Didact Gothic";
    line-height: 5px;
    color: rgb(255, 250, 250);
    font-size: x-large;
}

.logo {
    text-align: center;
}

.about {
  background-color: rgb(0, 0, 0);
    width: 680px;
    height: 500px;
    border: 2px #b20909 solid;
    align-items: center;
    margin: auto;
    border-radius: 2px;

}

.youtube {
  padding-left: 10px;
  padding-top: 10px;
  
  p {
    text-align: right;
    margin: auto;
    padding-right: 50px;
    color: #b20909;
  }

  iframe {
    border: 2px #1a1919 solid;
    float: left;
  }
}

.right {
    margin: auto;
    padding-left: 320px;
    color: #b20909;
    text-align: center;
    line-height: 6px;
  }

.tongue {

  float: right;
  text-align: center;
  padding-left: 323px;
  position: absolute;
}

.bottom {
    margin: auto;
    padding-left: 20px;
    color: #b20909;

    b {
      font-family: "Didact Gothic";    
      font-size: large;
    }

    ul {
    padding-left: 10px;
    }  


}

.nav {
  background-color: rgb(0, 0, 0);
    width: 680px;
    height: 40px;
    border: 2px #b20909 solid;
    align-items: center;
    margin: auto;
    border-radius: 2px;

  a {
    text-align: center;
    padding-left: 75px;
    margin: auto;
    color: #b20909;
    font-family: "Didact Gothic";
    display: inline-block;
    line-height: 2.3;
  }
}

.promotext {

  p {
    text-align: center;
    padding-left: 70px;
    margin: auto;
    color: #b20909;
    font-family: "Didact Gothic";
    font-size: x-large;
    display: inline-block;
  }


}
