

body{        
  background-image:url('lotsodots.JPG');
  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: #1eb0ff;
  border-style: solid;
  border-width: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size:20px;
  position: relative;
  background-image:url('manaphylapras.gif');  
  background-size: 140%;
  background-position: -100px -300px;
  background-repeat: no-repeat;
  border-radius: 2px;
  border-style: outset;
 border-radius: 25px;
  }

#container {
  width: 775px;
  height: 550px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: #0ba1e2;
  border-style: solid;
  border-width: 10px;
background-image: url('checks2.jpg');
background-repeat: no-repeat;
background-size: cover;
background-size: 100%;
  border-radius: 2px;
  overflow: scroll;
  border-style: outset;
  border-radius: 25px;
}

#container2 {
  width: 200px;
  height: 550px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: #6dc9ff;
  border-style: solid;
  border-width: 10px;
  background-color: white;
  border-radius: 2px;
  overflow: scroll;
  border-style: outset;
  background-image: url(skywallpaper.png);
  background-size: 600%;
  background-position: -50px -90px;
  background-repeat: no-repeat;
  border-radius: 25px;
}

#container3 {
width:200px;
height:200px;
line-height:3em;
overflow:scroll;
padding:5px; 
object-fit: cover;
border-color:#9FFAFF;
border:4px; 
border-style: inset; 
align-content: center; 
background-color:#D0FFCB;
background-image: url (bluebackground.jpeg);
border-radius: 25px;
}

h1 {
  position: relative;
  bottom:0;
  right:0;
}

#footer {
  height: 50px;
  width: 775px;
  border: #4cd2b3;
  border-style: solid;
  border-width: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size:20px;
  position: relative;
  border-radius: 2px;
  border-style: outset;
  background-image:url('bluebackground.jpeg');  
  background-size: 109%;
  background-position: -50px -90px;
  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: #058BFF;
}


h2 {
 -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #058BFF;
}