body{        
  background-image:url('selphia.webp');
  background-repeat:no-repeat;
  background-size:cover;
  font-family:pokemon-dp-pro;
  font-size:20px;
  color: rgb(2, 2, 2);
  cursor: url('cursor.png'), auto;
}




#header {
  height: 200px;
  width: 775px;
  border: #DED400;
  border-style: solid;
  border-width: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size:20px;
  position: relative;
  background-image:url('rf4specialart.png');  
  background-size: 106%;
  background-position: -20px -399px;
  background-repeat: no-repeat;
  border-radius: 3px;
  border-style: outset;
 border-radius: 2px;
  }

#container {
   width: 775px;
  height: 550px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: #2BE374;
  border-style: solid;
  border-width: 10px;
background-image: url('rf4green.jpeg');
background-repeat: no-repeat;
background-size: cover;
background-size: 110%;
  border-radius: 3px;
  overflow: scroll;
  border-style: outset;
  border-radius: 3px;
}

#container2 {
  width: 200px;
  height: 550px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: #038276;
  border-style: solid;
  border-width: 10px;
  background-color: white;
  border-radius: 3px;
  overflow: scroll;
  border-style: outset;
  background-image: url(clouds.jpeg);
  background-size: 400%;
  background-position: -50px -90px;
  background-repeat: no-repeat;
  border-radius: 3px;
}

#container3 {
width:200px;
height:200px;
line-height:3em;
overflow:scroll;
padding:5px; 
object-fit: cover;
border-color:#E055BD;
border:4px; 
border-style: inset; 
align-content: center; 
background-color:#D0FFCB;
background-image: url (bluebackground.jpeg);
border-radius: 3px;
}

h1 {
  position: relative;
  bottom:0;
  right:0;
}

#footer {
  height: 50px;
  width: 775px;
  border: #DED400;
  border-style: solid;
  border-width: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size:20px;
  position: relative;
  border-radius: 3px;
  border-style: outset;
  background-image:url('rf4specialart.png');  
  background-size: 130%;
  background-position: -200px -140px;
  background-repeat: no-repeat;
  }

  .button {
     transition-duration: 0.4s;
     background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-color: #4cd2b3;
  }

  .button:hover {
  background-color: #04AA6D;
  color: white;
}

h1 {
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #00851A;
}


h2 {
 -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #0FBAD4;
}

h3 {
 -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #8B9103;
}

.highlight {
    color: red;
  }