body {
  background-color:#000000;
  color: green;
  text-align: center;
}

img {
    width: 77%;
    height: auto;
}

a:link {
    color: green;
    text-decoration: none;
}

a:visited {
    color: green;
    text-decoration: none;
}

a:hover {
    color: #074c0a;
    text-decoration: none;
}

a:active {
    color: green;
    text-decoration: none;
}

.row {
    display: flex;
    text-align: center;
}
.what {
    padding: 0px 20vw 0px 20vw;
}

.column.middle {
    padding: 0px 20vw 0px 20vw;

}

.header {
    margin: 0px 0.5vw 0px 0.5vw;
    text-align: center;

}

@font-face {
font-family: Consolas;
src: url('/files/fonts/Consolas/Consolas.ttf');
}

@font-face {
font-family: BasicManual;
src: url('/files/fonts/BasicManual/BasicManual.ttf');
}

@font-face {
font-family: Tifax;
src: url('/files/fonts/Tifax/Tifax.ttf');
}

@font-face {
font-family: Gamepixies;
src: url('/files/fonts/Gamepixies/Gamepixies.ttf');
}
@font-face {
font-family: BlueScreen;
src: url('/files/fonts/BlueScreen/BlueScreen.ttf');
}
@font-face {
font-family: 'Hachicro';
src: url('/files/fonts/Hachicro/Hachicro.woff2') format('woff2'),
url('/files/fonts/Hachicro/Hachicro.woff') format('woff'),
url('/files/fonts/Hachicro/Hachicro.ttf')  format('truetype');
}
