html {
    background: url(background.png) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.title {
    color: white;
    font-weight: bolder;
    font-size: 350%;
    text-align: center;
    text-shadow: 0 0 10px #000;
    margin-bottom: 0;
}

.subtitle
{
    font-family: 'Tangerine', cursive;
    font-size: 200%;
    text-align: center;
}

.smallerWidth {
    margin-left: 25%;
    margin-right: 25%;
}

.horizontalLinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2b2b2b;
    border: 5px solid black;
    border-radius: 5px;
    text-align: center;
}

.inlineList {
    display: inline;
    border-right: 5px solid black;
}

.inlineList:last-child {
    border-right: none;
}

.inlineList a {
    display: inline-block;
    color: #f6f6f6;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.uploadFont {
    color: white;
}

.mainContentBackground {
    margin-left: 20%;
    margin-right: 20%;
    background-color: #6a6a6a;
    border: 3px solid black;
    /* text-shadow: 0 0 10px #000; */
    margin-top: 5px;
    padding: 15px;
    min-height: 350px;
}

.copyright {
    color: white;
    position: absolute;
    bottom: 0px;
}