button,
a {
    color: #c084fc;
    cursor: pointer;
}
button:hover,
button:focus,
a:hover,
a:focus {
    color: #dfc1fd;
    text-decoration: none;
}

body {
    background-color: #353535;
    color: #dcdcdc;
}

.navbar {
    background-color: #353535;
    color: #dcdcdc;
}

.footer {
    background-color: #353535;
    color: #dcdcdc;
}

img#logo {
    width: 51px;
}
