body {
    background-color: rgb(27, 17, 17);
    display: flow-root;
    margin: 0;
}

main{
    display: flow-root;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    color: rgb(184, 183, 183);
}

p {
    color: rgb(184, 183, 183);
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
}

.navbar ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.navbar a{
    color: rgb(177, 163, 163);
    font-size: 20px;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}

.navbar a:hover{
    font-weight: bold;
    font-size: 27px;
}

.navbar li{
    float: left;
}

.WIP {
    float: left;
    margin: 20px;
    border: 10px solid rgb(41, 41, 41)
}

.projects {
    color: rgb(184, 183, 183);
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    text-align: center;
}

#special {
    float: right;
    margin-right: 50px;
    margin-top: 250px;
    text-decoration: none;
    font-size: 22px;
}