

body{        
  background-image:url('dots2.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: 150px;
  width: 775px;
  border: #1296E3;
  border-style: solid;
  border-width: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size:20px;
  position: relative;
  background-image:url('banner2.jpg');  
  background-size: cover;
  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: #1296E3;
  border-style: solid;
  border-width: 10px;
background-image: url('checks2.jpg');
background-repeat: no-repeat;
background-size: 100%;
  border-radius: 2px;
  overflow: scroll;
  border-style: outset;
   border-radius: 25px;
  
}

#container2 {
  width: 200px;
  height: 535px;
  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(lotsodots.JPG);
  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(note.png);
background-size: contain;
 border-radius: 25px;

}

#container4 {
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(note.png);
background-size: contain;
background-size: cover;
 border-radius: 25px;

}

h1 {
  position: relative;
  bottom:0;
  right:0;
}

#footer {
  height: 70px;
  width: 775px;
  border: #1296E3;
  border-style: solid;
  border-width: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size:20px;
  position: relative;
  border-style: outset;
  background-image:url('lotsodots.JPG');  
  background-size: 109%;
  background-position: -50px -90px;
  background-repeat: no-repeat;
   border-radius: 25px;
  }

  .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;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: blue;
}


h2 {
 -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #058BFF;
}

