@font-face {
    font-family: 'Aux Mono';
    src: url("fonts/aux_mono.woff") format("woff");
    }    
    
@font-face {
    font-family: 'Interphases';
    src: url("fonts/interphases_regular.ttf") format("truetype");
    }

@font-face {
    font-family: 'InputMono-Regular';
    src: url("fonts/InputMono-Regular.ttf") format("truetype");
    }

@font-face {
    font-family: 'monoMMM_5';
    src: url("fonts/monoMMM_5.ttf") format("truetype");
    }

@media (max-width: 700px) {
  .row {
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
  }
  .window {
    width: 100%;
    height: auto;
    min-height: 180px;
  }
  .left, .right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  h1, h2, h3 {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .p1, .p2, .p3 {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }
  video, img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }
}

body {
    background-color: black;
}

video, img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1 {
    font-family:'Aux Mono', monospace;
    font-size: 20px;
    font-weight: bold;
    color: rgb(219, 219, 219);
    text-align: left;
    margin-left: 20px;
}

h2 {
    font-family:'Aux Mono', monospace;
    font-size: 20px;
    font-weight: bold;
    color: rgb(219, 219, 219);
    text-align: left;
    margin-right: 25px;
}

h3 {
    font-family:'Aux Mono', monospace;
    font-size: 20px;
    font-weight: bold;
    color: rgb(219, 219, 219);
    text-align: left;
    margin-left: 20px;
}

.p1 {
    font-family:'InputMono-Regular', monospace;
    font-size: 13px;
    font-weight: normal;
    color: rgb(219, 219, 219);
    text-align: left;
    margin-left: 0px;
}

.p2 {
    font-family:'Interphases', monospace;
    font-size: 13px;
    font-weight: normal;
    color: rgb(219, 219, 219);
    text-align: left;
    margin-left: 20px;
}

.p3 {
    font-family:'InputMono-Regular', monospace;
    font-size: 13px;
    font-weight: normal;
    color: rgb(219, 219, 219);
    text-align: left;
    margin-left: 0px;
}

.link {
    color:rgb(219, 219, 219);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.link:hover {
    color: rgb(219, 199, 18);
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    margin-left: 20px;
    margin-right: 20px;
}

.left {
    font-size: 15px;
    margin-left: 0px;
}

.right a {
  margin-left: 0px;
  text-decoration: none;
  color: rgb(219, 219, 219);
  font-weight: bold;
  transition: color 0.2s;
  text-align: left;
}

.border {
    border-bottom: 1px solid rgb(82, 82, 82);
}

.window {
    border: 1px solid rgb(82, 82, 82);
    width: 700px;
    max-width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 1px;
    padding-top: 1px;
}

.window:hover {
    border-color: rgb(219, 199, 18);
}