a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    transition: color 0.5s;
    color: purple;
}

body
{
    background-color: black;
    margin: 0%;
}

h1
{
    color: white;
}

#nav
{
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}

#psuedonym
{
    margin-top: 1rem;
    margin-bottom: 0rem;
    font-size: 6rem;
    line-height: 4rem;
}

#name
{
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 2rem;
}

#role
{
    margin-top: 0rem;
    font-size: 1rem;
}

#gallery
{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    flex-wrap: wrap;
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image:hover
{
    cursor: zoom-in;
}

.image:fullscreen
{
    cursor: zoom-out;
    object-fit: contain;
}

#imageBox1 {
    width: 33%;
    float: left;
}

#imageBox2 {
    width: 34%;
    float: left;
}

#imageBox3 {
    width: 33%;
    float: left;
}

#imageBox4 {
    width: 33%;
    float: left;
}

#imageBox5 {
    width: 34%;
    float: left;
}

#imageBox6 {
    width: 33%;
    float: left;
}


footer
{
    position: absolute;
    bottom: 0rem;
    border-top: solid;
    border-color: white;
}
