@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Updock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius&family=Gravitas+One&display=swap');



body {
  cursor: url('http://www.rw-designer.com/cursor-extern.php?id=187379'), auto;
  background-color: #d3aa00;
}

h1 { 
  margin-top: 1px;
  margin-bottom: auto;
  font-family: "Gravitas+One", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  color: #000000;
  text-align: center;
}
      
h2 {
  font-family: "Gravitas+One", cursive;
  font-weight: 200;
  font-style: normal;
  font-size: 35px;
  color: #000000;
  text-align: center;
  margin-bottom: -30px;
}

p {
  font-family: "Gravitas+One", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  color: #000000;
  text-align: left;
}

h3 {
  font-family: "Gravitas+One", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 10px;
  color: #000000;
}

div.defaultlayout {
  cursor: url('http://www.rw-designer.com/cursor-extern.php?id=187379'), auto;
  width: 700px;
  height: 800px;
  margin: 10px auto;
  border-radius: 25px;
  border: 3px solid #000000;
  padding: 0px;
  background-color: #cccccc;
  font-size: 10px;
  color: #d68788;
  text-align: center;
  overflow: hidden;
}

div.defaultoverflow {
  height: 800px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: black white;
}

div.header {
  margin-top: 05px;
  margin-bottom: 05px;
  padding: 05px;
}

div.headerimage {
 margin-top: -15px;
 padding: 10px;
    img {
      width: 650px;
      height: auto;
      border: 2px solid #000000;
    }
}

div.main { 
  margin-top: -50px;
  padding: 10px;
}

div.iconlinks {
     #icon{
      margin-top: 265px;
        img{
          width: 100px;
          height: 100px;
          border: 2px solid #000000;
        }; 
    }
}
      
div.copyright{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 10px;
}

div.footer{ 
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
    img { 
      display: block;
      position: fixed;
      left: 0;
      width: auto;
      bottom: 0; 
      height: 200px; 
    };
}