@charset "UTF-8";
/* CSS Document */
body {
  background: white;
  color: black;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
.door {
  background:url("door4.gif");
  position:relative;
  text-align: center;
  margin:auto;
  width:200px;
  height:200px;
  display: block;
  text-indent: -9999px;
}
h1 {
  color: black;
  font-size: 48px; 
  position: relative;
  top: 70px;
  text-shadow: 5px 5px 15px black;
  text-align: center;
  margin-inline: 50px;
}
.Take
{
  color: black;
  margin-inline: 50px;
  }
h2 {font-size: 23px; 
  position: relative;
  top:350px;
  text-align: center;
}
p
{font-size: 16px; 
  position: relative;
  top:450px;
  text-align: center;
  
}