@font-face {
  font-family: SixtyFour;
  src: url(media_files/SixtyFour.ttf);
}

@font-face {
  font-family: SpaceGrotesk;
  src: url(media_files/SpaceGrotesk.ttf);
}

body {
  background-image: url('media_files/background-1.gif');
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: SpaceGrotesk;
}

.page {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 50px 0 50px 0;
}

.top {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: #000;
  border: 2px solid #fff;
  width: 800px;
  height: 220px;
  margin: 0;
  padding: 0;
}

.welcomeL {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 220px;
  margin: 0;
  padding: 0;
}

.welcomeL p {
  margin: 0 0 15px 0;
  padding: 0;
}

.header {
  font-size: 30px;
}

.welcomeR {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 220px;
  margin: 0;
  padding: 0;
}

.welcomeR img {
  border: 2px solid #004bc4;
  border-radius: 100%;
  padding: 0;
  margin: 0;
}

.middle {
  
}