
/* FONTS >w< */

@font-face {font-family: 'lucida';src: url('styles/fonts/LucidaConsole.woff2') format('woff2');src: url('styles/fonts/LucidaConsole.woff') format('woff');font-weight: normal;font-style: normal;}

@font-face {font-family: 'ps1';src: url('styles/fonts/psx-lainTYPE.woff2') format('woff2');src: url('styles/fonts/psx-lainTYPE.woff') format('woff');font-weight: normal;font-style: normal;}

@font-face {font-family: 'terminal';src: url('styles/fonts/Terminal.woff2') format('woff2');src: url('styles/fonts/Terminal.woff') format('woff');font-weight: normal;font-style: normal;}

/* MAIN ELEMENTS */

:root {
  box-sizing: content-box;
  display: flex;
  position: static;
  float: none;
  line-height: normal;
  z-index: auto;
}

body {
  background-color: black;
  color: white;
  box-sizing: border-box;
  display: flex;
  position: static;
  float: none;
  line-height: normal;
  z-index: auto;
}

nav {
  box-sizing: content-box;
  display: inline-flex;
  width: 100%;
  background-color: red;
  float: none;
  line-height: normal;
  z-index: auto;
  
a:link {
  color: white;
  text-decoration: none;
}
a:visited {
  color: white;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: underline;
}

.aboutmeimages  {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  height: 35em;
  max-width: auto;
}