body {
    background: #0e0e0e;
    color: #e1e1e1;
    font-family: Verdana;
}
a, a:visited { 
    color: #e1e1e1;
} 
.content {
    margin-top: 15%;
    text-align: center;
}

.content p{
    margin-bottom:30px;
}

.portfolio-link{
    text-decoration: none;
    font-weight: 600;
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px 15px;
    background-color: white;
    color: #0e0e0e !important;
    margin-top:15px;
}

.portfolio-link:hover{
    background-color: #a6a6a6;
    border: 1px solid #a6a6a6;
}

.repos-link{
    font-weight:bold;
    text-decoration:none;
}
    .repos-link:hover{
        color:#636363;
    }