/* Hello everyone! */

body {
  	background: #431a5c;
    /* background: linear-gradient(135deg, rgba(192, 45, 52, 1) 0%, rgba(108, 0, 171, 1) 50%, rgba(0, 64, 192, 1) 100%); */
    background: linear-gradient(135deg, rgba(107, 21, 25, 1) 0%, rgba(67, 26, 92, 1) 50%, rgba(6, 17, 64, 1) 100%);
    background-attachment: fixed;
    color: #ffffff;
}
beeg {
	/* I learnt what vw was while coding this lol */
	font-size: 4.5vw;
}
beeg.er {
	font-size: 10vw;
}
.flex-container {
    /* for putting images next to text */
    display: flex;
    justify-content: space-around;
}
.ourple {
    border-radius: 25px;
    background-color: #0055ff80;
    width: 40vw;
    padding: 10px;
    text-align: left;
    font-size: 1.5vw;
}
a {
    color: #00f2ff;
    text-decoration: none;
}
a.alt {
    color: #ffaa00;
}
.lgog::before {
  background-image: url('/lgog.png');
  background-size: 28.387vw 10vw;
  display: inline-block;
  width: 28.387vw; 
  height: 10vw;
  content:"";
}
.title {
  color: #AAAAFF
}
.enter {
  width: 176px;
  height: 62px;
  margin: 50px;
  image-rendering: pixelated;
  background-image: url("/enter.png");
  background-size: cover;
}
.enter:hover {
  background-image: url("/enterhover.png");
}
.enter:active {
  background-image: url("/enterclicked.png");
}
@font-face {
  font-family: '8bitoperator_jve';
  src: url('/8bitoperator_jve.woff') format('woff'),
       url('/8bitoperator_jve.ttf') format('truetype');
}
@font-face {
  font-family: 'minecraft';
  src: url('/MinecraftStandard.woff') format('woff'),
       url('/MinecraftStandard.otf') format('opentype');
} /* Sudofont by Sudofox https://github.com/Sudomemo/Sudofont */
@font-face {
    font-family: 'sudofont';
    src: url('/flipnote/sudofont.woff') format('woff'),
         url('/flipnote/sudofont.ttf') format('truetype'),
         url('/flipnote/sudofont.woff2') format('woff2'),
         url('/flipnote/sudofont.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+1F611, U+1F603, U+1F620, U+1F614, U+1F4F1, U+23F0, U+24B6-24B7, U+24C1, U+24C7, U+24CD-24CE, U+2600-2601, U+2614, U+2660, U+2663, U+2665-2666, U+26C4, U+2709, U+2715, U+2753, U+2757, U+2795, U+27A1, U+2B05-2B07, U+D83D, U+D83D, U+D83D, U+D83D, U+D83D, U+E000-E013, U+E015-E01C, U+E028, U+E100-E105, U+E110-E117, U+E120-E13B, U+E150-E15D, U+E200-E205;
}