body {
    background-color: #101010;
    cursor: url(https://file.garden/aGfG9U9X_j-yMpvA/spawncursor50.png) 10 3, auto;
    width: 50%;
    height: 50%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
}

.container {
    background-color: #e5e5e5;
    background-image: url(https://file.garden/aGfG9U9X_j-yMpvA/Spawn_Decal.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 95%;
    border: solid;
    border-color: #b3b3b3;
    border-radius: 5px;
    border-width: 7px;
    width: 30%;
    height: 30%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0.5%;
    text-align: center;
    box-shadow: 10px 10px 5px black;
}

.title {
    font-family: "Notable", sans-serif;
    font-size: 275%;
    font-weight: 100;
    margin: 1.5%;
}

.pfp {
  display: block;
  margin: auto;
  margin-top: 5%;
  width: 100%;
  height: 100%;
}

.quote {
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    font-size: 175%;
    font-style: italic;
    margin: auto;
    padding: 2.5%;
    text-shadow: 1px 2px 2px #151515
}

.directory {
    font-family: "Fredoka", sans-serif;
    font-weight: 575;
    font-size: 175%;
    margin: auto;
    padding: 2.5%;
}

.extra {
    font-family: "Fredoka", sans-serif;
    font-weight: 475;
    font-size: 150%;
    margin: auto;
    padding: 2.5%;
}

.odysseus {
    width: 250px;
    height: 40px;
}

.redvelvy {
    width: 250px;
    height: 40px;
}

a:link {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #323232;
}

a:visited {
    color: black;
}

::selection {
    color: white;
    background: black;
}