body {
    background-color: rgb(0 0 0 /1);
}

#title {
    color: rgb(212 0 0 /1);
    font-family: "Karla", sans-serif;
    text-align: center;
}

#work {
        text-align: center;
    padding-top: 25px;
    a:link {
        color: rgb(255 255 255 /1);
        text-decoration: none;
    }
    a:visited {
        color: rgb(255 255 255);
    }
    a:hover {
        color: rgb(186 186 186 /1);
    }
    padding: 30px;
}
