@font-face {
    font-family: 'Impact Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Impact Regular'), url('../fonts/impact.woff') format('woff');
    }

body{
  background: #000000;
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial;
  line-height: 0.9;
  font-size: 23px;
  color: white;
  zoom: 70%;
  }

  .space{
    font-family: Arial;
  letter-spacing: 5.5px;
  line-height: 0.9;
  font-size: 46px;
  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{
    align-content: center;
    width: 1304px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
}

#text-container{
    width: 476px;
}

.box{
  padding: 10px;
  width: 627px;
  background-color: white;
  color: #333333;
  align-content: center;
  }
  
  .headerbox{
    gap: 50px;
    display: flex;
    color: white;
  padding: 10px;
  width: 898px;
  background-color: #6868A1;
  }
  
  #toplogo {
  height: 55px;
  width: 918px;
  background-image: url(/img/logo.gif);
  background-size: 100% 100%;
  top: -63px;
}

.box a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

.box a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

.box a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

.box a:active {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

.img-who {
    width: 200px;
    height: 200px;
    background-image: url(../img/about/whoisthis.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.media {
  width: 600px;
  height: 398px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Coolvetica', sans-serif;
    font-size: 24px;
	background-color: #848484;
    overflow-y: scroll;
}

.media img {
  width: 30%;
}