body {
         background-color: #090C1E;
		  background-size: cover;
         text-align: center;
         font-family: PC-98;
         color: #d2e3f0;
}

.inline{
    display: inline;
}

.left{
  text-align: left;
}

.dog{
    height: 100px;
}

@font-face {
    font-family: 'PC-98'; /*a name to be used later*/
    src: url('pc-9800.ttf'); /*URL to font*/

}

#demobox {
  width: 700px;
  margin: auto;
  text-align:left; 
  font-size:22px;
  background-color: #c4dbba;
  font-family: PC-98;
  padding: 15px;
  color: #d2e3f0;
  background:linear-gradient(#393939, #393939, #242424)
}

.top {
  width: 700px;
  margin: auto;
  text-align:center; 
  font-size:1.7em;
  background-color: #c4dbba;
  font-family: PC-98;
  padding: 15px;
  color: #d2e3f0;
  background:linear-gradient(#090C1E, #090C1E, #252737)
}

.rest {
  width: 700px;
  margin: auto;
  text-align:center; 
  font-size:1.3em;
  background-color: #c4dbba;
  font-family: PC-98;
  padding: 15px;
  color: #d2e3f0;
  background:linear-gradient(#090C1E, #090C1E, #252737)
}

/* 	
#guestbook	{
  width: 600px;
  margin: auto;
  border: 1px solid pink;
  text-align:center;
  font-size:20px;
  font-family: PC-98;
  padding: 15px;
  color: #d2e3f0;
} */

a:link {
  color: #FFD1EC;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #FF7CCA;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
}