html {
    position:relative; 
    min-height: 100%;
}

body {
    background-color: rgb(0, 0, 43);
    color: white;
    font-family: 'Courier New', Courier, monospace;
    max-width: 80%;
    margin: auto;
}

#content-wrapper {
    padding: 10px;
    height: 100%;
}

a {
    color: lightblue;
}

.social-link {
    padding-right: 5px;
}

#socials {
    padding-top: 25px;
}

td {
    padding-top: 15px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

#pfp img {
    display: block;
}

#header {
    display: flex;
    align-items: center;
}

#pfp {
    margin-right: 10px; /* Adjust spacing between image and text as needed */
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    padding-left: calc(10% - 10px);
    background:rgb(0, 0, 0);
}