
/* FONTS >w< */

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

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

@font-face {font-family: 'eva';src: url('fonts/EVA_Matisse_Classic-EB.woff2') format('woff2');src: url('fonts/EVA_Matisse_Classic-EB.woff') format('woff');font-weight: 900;font-style: normal;transform: scale(1,1.5)}

@font-face {font-family: 'newroman';src: url('fonts/TimesNewRomanPSMT.woff2') format('woff2'),url('fonts/TimesNewRomanPSMT.woff') format('woff');font-weight: normal;font-style: normal;}

/* MAIN TAGS */

body {
  background-color: #000000;
  color: #FFFFFF;
}

p {
  color: #FEC6F9;
  border: solid .25vw #FEC6F9;
  border-radius: .5vw;
}

.homepageheader {
  font-family: 'eva';
  font-size: 3vw;
  position: absolute;
  box-sizing: border-box;
  padding: 2vw;
}

.aboutme {
  box-sizing: border-box;
  padding: 1vw;
  display: grid;
  float: none;
  position: static;
  z-index: auto;
}

#aboutmealyxei {
 display: flex;
 float: right;
 align-items: center;
 justify-content: space-between;
}

#loserdanceparty {
  position: relative;
  font-family: 'ps1';
  font-size: 3vw;
  float: left;
  transform: rotate(270deg);
}

/* SITE IMAGES */

#alyxei {
  position: relative;
  max-height: 100%;
  height: 40vw;
  width: auto;
}

#webfishing {
  position: absolute;
  top: 25vw;
  border: 1vw solid beige;
  max-width: 20%;
  height: auto;
}