body {
    background-color: #202020;
}

.menu {
    position: sticky;
    top: 0;
    background-color: red;
}

h1 {
    color: white;
    text-align: center;
}

.pfp {
    margin: auto;
    width: 5%;
    height: inherit;
    /*background: red;*/
    /*border: 3px solid green;*/
    padding: 10px;
}

.pfp img {
    width: 100%;
    height: auto; /* Maintains aspect ratio */
    display: block; /* Prevents inline image spacing issues */
}

p{
    color: white;
}