/* 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." */
@import url('https://fonts.googleapis.com/css2?family=Mystery+Quest&family=Pangolin&display=swap');


  h1{  
    background:#522E23;
margin-left: 680px;
margin-top: -1325px;
    font-family: "Mystery Quest", system-ui;
  line-height: 1.6;
  position: absolute;
  font-size: 45px;
  padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;

border-width: 5px;
  border-radius: 50px;
  border-style: dotted;

  }
body {
  color: #3b3b3b;
  background-image: url('web background.png');
    background-size: 1920px 2160px;


}


 

.homepage{ 
  margin-top: -110px;
margin-left: -300px;
  filter: drop-shadow(10px -5px 5px rgba(0, 0, 0, .8));
  position: relative;
  text-align: left;
  color: white;
  margin-right:0px;
}


   .linksmenu-contain {
     margin-top: -660px;
  margin-left: 30px;
  transform: rotate(-15deg);
  filter: drop-shadow(10px -5px 5px rgba(0, 0, 0, 0.8));
  text-align: left;
  color: white;
  position: static;
}
  

 

   
   .heading{
     
     margin-top: -1215px;
     width: 615px;
     height:500px;
      color: #3b3b3b;
text-align: right;
  font-size:25px;
  font-family: "Mystery Quest", system-ui;
  line-height: 1.6;
  position: relative;
padding-left: 100px;
margin-left:430px;

}
  


/* Bottom left text */
.menulinks {
    color: #3b3b3b;

  font-size:20px;
  font-family: "Mystery Quest", system-ui;
  line-height: 1.6;
margin-left:50px;
margin-top:-220px;
 
}
.link:link {
  color: #3b3b3b;
  text-decoration: none;
}

/* 2. Visited link (already clicked in the past) */
.link:visited {
  color: #3b3b3b;
}

/* 3. Hover (mouse pointer is over the link) */
.link:hover {
  color: #3b3b3b;
  font-size: 25px;
  font-weight: bold;
  
}

/* 4. Active (the exact moment the link is being clicked) */
.link:active {
  color: #3b3b3b;
}







