h1 {
    font-family: 'Quicksand', sans-serif;
}

h2 {
    font-family: 'Quicksand', sans-serif;
}

h3 {
    font-family: 'Quicksand', sans-serif;
}

h4 {
    font-family: 'Quicksand', sans-serif;
}

h5 {
    font-family: 'Quicksand', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
}

.germania {
    font-family: 'Germania One', cursive;
}

main>.container {
    padding: 60px 15px 0;
}

.footer {
    background-color: #f5f5f5;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.twitch-purple-background{
    background-color: #9146FF;
    color: white !important;
}

.twitch-purple-background a:link{
    color: white !important;
}
.twitch-purple-background a:active{
    color: white !important;
}
.twitch-purple-background a:hover{
    color: white !important;
}
.twitch-purple-background a:visited{
    color: white !important;
}

.glimesh-blue-background{
    background-color: #304ACA;
    color: white !important;
}

.glimesh-blue-background a:link{
    color: white !important;
}
.glimesh-blue-background a:active{
    color: white !important;
}
.glimesh-blue-background a:hover{
    color: white !important;
}
.glimesh-blue-background a:visited{
    color: white !important;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}