/* body {
   background: linear-gradient(to top, black, rgb(34, 34, 34));   
} */
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url('images/hugefuck.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* colours you fucking idiot */
.burlywood {
    color: burlywood;
}
.white {
    color: white;
}
.grey {
    color:gray;
}
.black {
    color:black;
}
.red {
    color:red;
}
.blue {
    color:blue
}
/* alignement for text or something i don't even know anymore */
.centre {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */
.maintitle {
    text-align: center;
    color: burlywood;
    text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black;
    font-size: 250%;
}
/* left right text yummy */
.gayfuck {
    display: flex;
    justify-content: space-between;
    font-size: 130%;
    color:burlywood
  }
  
  .left, .right {
    width: 50%; /* if fucked change this */
  }
  .left {
    float:left;
    width: 30%;
    margin-left: 2%;
  }
  .right {
    white-space: pre-line;
    float:right;
    width: 30%;
    margin-right: 2%;
  }
/* bottom right credits thing */
.bottom-right-text {
    position: fixed;
    bottom: 0;
    right: 0;
    color: rgb(77, 67, 143);
    white-space: pre-line;
}
/* bottom left plead thing */
.bottom-left-text {
    position: fixed;
    bottom: 0;
    left: 0;
    color: rgb(77, 67, 143);
    white-space: pre-line;
}
/* links so they don't look like shit */
a {
    color: #cc5500;
    text-decoration: none;
  }

  a:visited {
    color: #d38045;
  }
  a:hover {
    color: #ff9900;
    text-decoration: underline;
  }
/* shit for aboutme.html */
.aboutme {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    color: burlywood;
    font-size: 120%;
    margin-left: 30%;
    margin-right: 30%;
}
.smalltextaboutme {
    font-size: 60%;
    position: fixed;
    bottom: 40%;
    left: 40%;
    right: 40%;
}
.gobackaboutme {
    position: fixed;
    top: 10%;
    right: 10%;
    font-size: 200%;
}
