body {
  background: grey;
  font-family: verdana;
  font-size: 15px;
  margin: 15px;
  background-image: url("img/enginakyurtbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#container {
  max-width: 1000px;
  height: 950px;
  overflow: hidden;
  margin: auto;
}
#banner {
  max-width: 100%;
  height: 200px;
  overflow: hidden;
  background-image: url("img/angelbnr.png");
}
#sub {
  width: fit-content;
  overflow: auto;
  font-family: "Kindy";
  font-size: 25px;
  color: white;
  margin-left: 15px;
  margin-top: 160px;
}
#sub a{
  color: #FFE6A0;
}
#sub a:hover{
  color: #FFF8C8;
}
#main {
  max-width: 900px;
  height: 750px;
  background-image: url("/art/13/85p.png");
  overflow: scroll;
  overflow-x: hidden;
  margin: auto;
}
  #main::-webkit-scrollbar {
  width: 10px;
}
  #main::-webkit-scrollbar-track {
  background: #fff;
}
  #main::-webkit-scrollbar-thumb {
  background: #a8cbff; 
}
  #main::-webkit-scrollbar-thumb:hover {
  background: #a8cbff; 
}
h1 {
  font-family: "Kindy";
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  color: white;
  -webkit-text-stroke: 2px #a8cbff;
  margin: 10px;
}
#tbox {
  overflow: auto;
  text-align: justify;
  background: #fff;
  padding: 25px;
  border: 3px outset #a8cbff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 2px inset #c7d8f2;
  margin: 15px;
}
#footer {
  max-width: 100%;
  height: 1px;
  position: relative;
}
@font-face {
  font-family: "Kindy";
  src: url("/home/img/KGMissKindyChunky.ttf")  format('truetype');
}