/* I STILL SUCK AT CODING HAHAHAHAKSHFASGFJKHASJFH */
* {
    image-rendering: pixelated;
    font-smooth: never;
    -webkit-font-smoothing: none;
    font-family: 'Times New Roman', Times, serif;
}

body {
    background-image: url("media/stars.gif");
    display: flex;
    justify-content: center;
    align-items: center;
    height: 900px;
}

.portrait {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border: 8px ridge rgb(0, 110, 255);
}

.titlebox{
    height: 100px;
    width: auto;
    padding-top: 80px;
    display: flex;
    flex-direction: row-reverse;
}

.personal {
    color: white;
    text-align: center;
    font-size: 20px;
}

.about {
    color: white;
    text-align: center;
}

.holo {
    margin: 0 auto;
    height: 50px;
    width: auto;
    padding-bottom: 5px;
    padding-top: 15px;
}

.funy {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: relative;
    top: 50px;
    right: 100px;
    outline: 4px inset gray;
}