body {  
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(37, 37, 37);
    color: white;
}

#pagemax {
    margin: auto;
    max-width: 800px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    color: white
}

p, ul, ol {
    line-height: 125%;
}

#header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.headeritem {
    margin-left: 8px;
    margin-right: 8px;
}

#headshot {
    border-radius: 5%;
}

#socialicons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.socialicon {
    width: 32px;
    height: 32px;
}

.socialbutton {
    border-style: solid;
    border-color: white;
    color: white;
    padding: 8px;
    text-decoration: none;
    transition: all 0.1s ease;
    white-space: nowrap;
}

.socialbutton:hover {
    background-color: white;
    color: black;
}