html {
    background-color: rgb(40,40,40);
}

body {
    color: white;
    font-family: 'Odibee Sans', cursive;
}

h3 {
    font-family: 'Odibee Sans', cursive;
    font-size: 2rem;
}

header {
    text-align: center;
    font-size: 3rem;
}

article {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 25vh;
}

footer {
    text-align: center;
    font-size: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    padding: 15px 0px;
    position: absolute;
    background-color: rgb(20,20,20);
}

.link {
    margin-left: 50px;
    margin-right: 50px;
    text-decoration: none;
}

.lime {
    color: limegreen;
}

.purp {
    color: mediumpurple;
}

.text {
    color: white;
}
