/* 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." */

body {
  background-color: white;
  color: black;
  font-family: "Lexend Deca";
  background-image:url(/bg.png);
  font-size:120%;
  
}

div img {
display:block;
margin-left: auto;
margin-right:auto;
  height:50%;
  width:50%;
  -webkit-user-select:none;
  -ms-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  -webkit-user-drag: none;
  -ms-user-drag:none;
  -moz-user-drag:none;
  -o-user-drag:none;
}

div {
  margin: auto;
  
}

 .text {
  font-family: "Lexend Deca";
}

.container {
  font-family: "Lexend Deca";
  background-color:rgb(255, 255, 255);
  background-color:rgba(255, 255, 255, 0.90);
  text-align: center;
  padding:20px;
  margin:auto;
  display: block;
  height: 80%;
  width: 80%;
  border-radius:6px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.9);
}

div ul {
  text-align:left;
}

.apply
{background-color:rgb(153,85,187);
}

.apply:hover {
  background-color: purple;
  color:darkgreen;}
  
  .apply:after {
    background-color:purple;
    color:darkgreen;}
    


 button {
  background-color: seagreen;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:6px;
  transition-duration: 0.4s;
  overflow: hidden;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
}

button:hover {
  background-color:  forestgreen;
  color: white;
  text-decoration: underline wavy white;
  text-decoration-thickness: 2px;
}

button a {
  text-decoration: none;
}

button a:hover {
  text-decoration: underline wavy white;
}

iframe {
  height:1000%;
  width:80%;
  border: 5px;
  border-color: green;
  padding:10px;
}
  
   a {
    font-size: 120%;
    font-weight: bold;
    font-style: normal;
    color: DarkGreen;
}

 a:after {
  font-weight:thin;
  font-style:italic;
  color: green;
}

a:hover {
  font-weight:bold;
  font-style:normal;
  color: Green;
}

.icons
{height: 2%;
width: 2%;
display:inline;
padding: 2px;
margin: auto;

}

.icons2 {
  height:3.2%;
  width:3.2%;
  display:inline;
  padding:2px;
  margin:auto;
}

.heart {
 margin:auto;
 height: 2%;
 width:2%;
 display:inline;
 padding:0px;
}

#deadDove {
 background-color:rgb(211,211,211);
  background-color:rgba(105,105,105,0.3);
 border-radius:8px;
 border: 6px solid rgba(0,100,0,0.6);
 width:90%;
}

p {
  padding: 5px;
}

.deaddove {
  background-color:crimson;
}

.deaddove:hover {
  background-color:darkred;
}

.headerimage1 {
  margin:auto;
  display:block;
 
}

.headerimage2 {
  margin:auto;
  display:block;
}

.flip2 {
   height:2%;
  width:2%;
  display:inline;
  padding:0px;
  margin:0;
   -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  top:0%;
  vertical-align: top;
}

.flip1 {
   height:2%;
  width:2%;
  display:inline;
  padding:0px;
  margin:0;
  top:0%;
  vertical-align: top;
}

.accents {
  margin-top:0 !important;
  float: top !important;
  margin-bottom:5px;
  padding-bottom:10px;
}





ul {

  list-style-type: none;
   background-color:rgb(211,211,211);
  background-color:rgba(105,105,105,0.3);
  border-radius:10px;
  border-color: rgb(0,100,0);
 border: 6px solid rgba(0,100,0,0.6);
  margin:auto;
  display:block;
  width:50%;
 
}

li {
  border-bottom: 1px solid rgb(105,105,105);
  border-left: 0;
  margin-bottom:5px;
  padding-bottom:10px;


  }

.ock:before {

  content: '';

  display: inline-block;

  height: 30px;

  width: 30px;

   background-size: 100%;

  background-image: url("/ock.png");

  background-repeat: no-repeat;

  margin-right: 5px;
  margin-top: 5px;
  
  padding:0;
  
  
  
    

}

.spidey:before {

  content: '';

  display: inline-block;

  height: 30px;

  width: 30px;

   background-size: 100%;

  background-image: url("/spidey.png");

  background-repeat: no-repeat;

  margin-right: 5px;
    margin-top: 5px;
    padding:0;

}

.rules
{
  background-color:none;
}