body {
margin: 0px;
padding: 0px;

background-color: black;
}
@font-face {
  font-family: 'Tillana';
  src: url('/fonts/Tillana-Regular.ttf') format("truetype");
} 
   #header {
    line-height: 0%; 
      width: 565px;
background-color: #FF7761;
  text-align: center;
	margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
color: white;
max-width: 1920px;
//background-image: url("https://testing-grounds.neocities.org/graves/img/header.png");
  background-repeat: no-repeat;
  background-position: center bottom;
   margin: auto;
    }

#header img {
 vertical-align: bottom;
}
.page {
  background-color: white;    
  text-align: center;
	margin: 0px;
padding: 10px;
color: white;


}

 img {
  max-width: 100%;
  height: auto;
}
.text {
	margin: 0px;
text-align: center;
padding: 15px;
color: white;
  background-color: black;    
}
.stone {
  height: 320px;
  width: 360px;
background-image: url("https://testing-grounds.neocities.org/graves/img/update.png");
background-repeat: no-repeat;
background-size: 400px 320px;
 font-family: 'Tillana';
 padding: 20px;
 text-align: center;
 margin: auto;
 
}
.hidden {
  background-color: white;
  border: none;
  color: black;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
 font-family: 'Tillana';
}
.button {
  border: 2px solid white;
border-radius: 0px 0px 0px 0px;
  color: white;
  background-color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 27px;
  margin: 10px;
}

a:link {
  color: white;

  text-decoration: underline;
}
a:visited {
  color: white;
 
  text-decoration: underline;
}

a:hover {
  color: violet;
 
  text-decoration: underline;
}

a:active {
  color: white;
  text-decoration: underline;
}
.contain {
background-color: black;
padding: 10px;
 margin:0 auto;
max-width: 800px;
text-align: center;
}


.responsive {
  width: 100%;
  height: auto;
  max-width: 600px;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .contain, .main, .right {
   
    text-align: center;
    padding: 0;
    padding-bottom: 10px;
  }
  .contain img {
    max-width: 400px;
  }
  .stone {
       padding-top: 10px;
       padding-bottom: 20px;
    text-align: center;
  max-height: 100%;
  width: 75%;
background-size: 100% 100%;
 margin: auto;
  }
    #header {
   
    width:100%;
height: auto;
  }
  }
