/**
index.css is the stylesheet for index.html

Course: cs-396/398 Senior Projects
Course Coordinator: Professor Kenneth
Adviser: Professor Kenneth Arnold
Student: Joseph Jinn
Date: 1-20-20
 */

h1 {
    color: #5d1aff;
}

h2 {
    color: #5d1aff;
}

p {
    color: #5d1aff;
}

#document-body {
    background-color: black;
}

#redirect-button {
    color: #5d1aff;
    background-color: black;
    box-shadow: inset 2px 2px 2px #666;
}