body  {
  background-image: url('graphics/check.gif');
  background-size: 100%;
  background-attachment: fixed;
  font-size: 1.5rem;
  background-color: beige;
  color: white;
  text-shadow: 0px 0px 5px black;
  font-family:XPTahoma; 
}

.container {
  border-radius: 20px 20px 0px 0px;
  border: double 5px #c2def0;
  background-image: linear-gradient(to top, #8998ab, #a4b7bf) ;
  width: 80%;
  margin:5%;
  padding:2%;
}

.imgwrapper {
  width : 200px;
  height : 200px;
  position: fixed;
  left:1300px;
  bottom: 250px;
  
}

.wrapper {
  width: 100%;
  height: 100px;
  
  
}

.wrapper > h1 {
  display: inline-block;
}

.block {
  background-color: #ece9d8;
  border: groove 5px #ece9d8;
  width:100%;
  height: 600px;
  overflow: scroll;
}

.blog {
  background-image: linear-gradient(to top, #d9bac8, #bfa1a8);
  border: groove 5px #bf9398;;
  width:50%;
  margin: 2%;
  color: white;
  text-shadow: 0px 0px 5px black;
  padding: 2%;
}

.comments {
  background-color: #ece9d8;
  border: groove 5px #ece9d8;
  font-family: gothic !important; 
  width:90%;
  height: 300px;
  overflow: hidden;
  margin: 2%;
  color: #ccb9a3;
  text-shadow: 0px 0px 2px black;
  padding: 2%;
}

.blog > h1 {
 color: #946c7b;
 text-shadow: 0px 0px 10px #ad849a;
}

.blog > summary {
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 5px black;
}

details {
 color: #946c7b;
 text-shadow: 0px 0px 5px #ad849a;
}

h1 {
  color: white;
  text-shadow: 0px 0px 10px black;
  font-family: gothic;
}

