/* Welcome to PrivateMe does CSS having no idea what he's doing, if you've no idea what the fuck is going on, oh well*/
/* I'm taking a LOT of inspiration from https://bluechinchompa.com, if that's you and want a word, contact me by any means available on the website*/

body {
    margin: 0;
    padding: 2rem;
    min-height: 100vh;
    font-family: 'Courier New', Courier, monospace;
    color: #fff;
    text-align: center;
}

html { /* Stole this from Bluechinchompa, who stole this https://nadeko.net */
  background-color: transparent;
  background-image: linear-gradient(rgba(8,8,8,0.8), rgba(8,8,8,0.8)), url(/assets/img/mainbg.png);
  background-repeat: repeat;
  background-position: 50%;
  background-attachment: fixed;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}

.wordart1 {
    font-size: 70px;
    background: linear-gradient(90deg, rgba(141,13,163,1), rgba(183,111,242,1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.wordart2 {
    font-size: 48px;
    background: linear-gradient(90deg, rgba(141,13,163,1), rgba(183,111,242,1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.subhead1 {
    text-decoration: underline;
}

.link {
    color: rgb(183, 18, 212);
    font-size: 20px;
}

nav { font-size: 20px; }

