body {
  background-image: url(https://facethruthedoor.neocities.org/homebg.png);
  background-repeat: repeat;
  background-size: auto;
  background-color:#151d41;
}

#page {
  margin-top: 30px;
}

#topbar {
  display: table-cell;
  vertical-align: top;
  padding-right: 725px;
}

#topbar .Home {
  display: inline-block;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0.25) 0%, rgba(43, 57, 109, 0.25) 50%, rgba(228, 228, 228, 0.25) 100%);
  font-size: 20px;
  text-decoration: none;
  padding: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: white;
  line-height: 50%;
  font-family: 'Verdana';
  text-shadow: 2px 2px #000;
  border-radius: 10px 10px 0px 0px;
  border: 4px solid #443ce4;
  border-bottom: none;
}

#topbar .Home:hover {
  filter: brightness(70%);
}

header {
  display: block;
  font-size: 20px;
  background-image: url(https://facethruthedoor.neocities.org/toys/header.jpg);
    background-position: center, bottom right;
    background-size: 100%, 100%;
    background-repeat: repeat, no-repeat;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    width: 850px;
    height: 150px;
    background-color: #818181;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px #000;
    border-top: 7px solid #443ce4;
    border-bottom: 5px groove #2d248e;
    border-left: 7px solid #443ce4;
    border-right: 7px solid #443ce4;
    border-radius: 25px 25px 0px 0px;
    line-height: 0px;
}

#leftbar {
  display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    width: 390.5px;
    background-color: #818181;
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.25) 0%, rgba(43, 57, 109, 0.25) 50%, rgba(228, 228, 228, 0.25) 100%);
    border-left: 7px solid #443ce4;
    line-height: 100%;
}

#leftbar .button {
  border-top: 4px solid #443ce4;
  border-bottom: 4px groove #443ce4;
  border-left: 4px solid #443ce4;
  border-right: 4px groove #443ce4;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  padding-right: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  color: #FFFFFF;
  line-height: 100%;
  font-family: 'Verdana';
  font-weight: bold;
  text-shadow: 2px 2px #000;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}

#leftbar .button:hover {
  filter: brightness(70%);
}

#rightbar {
  display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 10px;
    width: 390.5px;
    background-color: #818181;
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.25) 0%, rgba(43, 57, 109, 0.25) 50%, rgba(228, 228, 228, 0.25) 100%);
    border-right: 7px solid #443ce4;
    line-height: 100%;
}

#rightbar .button {
  border-top: 4px solid #443ce4;
  border-bottom: 4px groove #443ce4;
  border-left: 4px solid #443ce4;
  border-right: 4px groove #443ce4;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  padding-right: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  color: #FFFFFF;
  line-height: 100%;
  font-family: 'Verdana';
  font-weight: bold;
  text-shadow: 2px 2px #000;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}

#rightbar .button:hover {
  filter: brightness(70%);
}

#endbar {
  display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 850px;
    font-size: 17px;
    text-shadow: 2px 2px #000;
    background-image: url(https://facethruthedoor.neocities.org/endbarbg.png);
    background-position: center;
    border-left: 7px solid #443ce4;
    border-right: 7px solid #443ce4;
    border-bottom: 7px groove #443ce4;
    border-top: 7px groove #443ce4;
    border-radius: 0px 0px 25px 25px;
    color: white;
}

#footer {
  position: relative;
  margin-top: 10px
}