body {
    background: #f0f0DA;
}

h1 {
    text-decoration: none;
    text-align: right;
    margin-bottom: 5%;
    margin-right: 10px;
    font-family: 'Courier New', Courier, monospace;
    color: #54638C;
}

h1 a {
    text-decoration: none;
    color: #54638C;
}

h2 {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

.projects a {
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    font-family: 'Courier New', Courier, monospace;
    display: block;
    transition: background-color 0.3s;
}

.contact a {
    text-align: center;
    text-decoration: none;
    color: #201C13;
    padding: 10px 0;
    font-family: 'Courier New', Courier, monospace;
    display: block;
    transition: background-color 0.3s;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: grey;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}


.sidebar {
    font-family: 'Courier New', Courier, monospace;
    width: 110px;
    color: grey;
    position: fixed;
    height: 150px;
    overflow: auto;
    top: 0;
    
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
}

.sidebar ul li {
    padding: 10px;
}

.sidebar ul li a {
    text-decoration: none;
    color: grey;
    display: block;
    transition: background-color 0.3s;
}

.aboutme {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    padding-top: 5px;
}
