body{
  background: #C2C8E9;
  background: url("/img/bg/doodles.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial;
  letter-spacing: -1.5px;
  line-height: 0.9;
  font-size: 23px;
  color: white;
  }
  
  a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

.vl {
  width: 1px;
  height: 23px;
  
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.225) 0%, rgba(255, 255, 255, 0.18) 35.94%, rgba(255, 255, 255, 0.27) 100%);
  box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.4);
}

#wrapper-div{
    width: 898px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
}

.box{
  padding: 10px;
  width: 898px;
  background-color: white;
  color: black;
  }
  
  .headerbox{
    gap: 50px;
    display: flex;
    color: white;
  padding: 10px;
  width: 898px;
  background-color: #6868A1;
  }
  
  #toplogo {
  height: 55px;
  width: 898px;
  background-image: url(/img/logo.png);
  background-size: 100% 100%;
  top: -63px;
}