* {
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#up{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 101;
    margin: 30px;
    height: 50px;
    width: 50px;
    background: #525ea3;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

#up:hover{
    opacity: 0.5;
}

.html{
}

.filetree{
    color: #525ea3;
}

#usage, #example, #installation{
    background: #f4f4f4;
    margin: 100px 200px;
    padding: 50px;
}

.download:hover{
    opacity: 0.5;
}

.github{
    margin-right: 15px;
}

.download, .github{
    cursor: pointer;
    float: right;
    color: white;
}

.code{
    background: #616db8;
    width: 95%;
    color: #ffffff;
    padding: 20px;
    font-family: Consolas, monaco, monospace;}

#title-h1{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#title{
    font-family: 'Lobster Two', cursive;
    font-size: 40px;
}

.content{
    text-align: left;
    margin-left: 200px;
}

#beta{
    font-size: 12px;
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    color: #616db8;
}

#icon-title{
}

body{
    background: #dddddd;
    margin: 0;
    padding: 0;
    color: #173f70;
}

.main {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}

.footer:hover{
}

.footer, a{
    color: #616db8;
    text-decoration: none !important;
}

*::selection {
    background: #7798ff;
    color: #ffffff;
}
*::-moz-selection {
    background: #7798ff;
    color: #ffffff;
}

#github:hover{
    color: #24292e;
}

#github{
    cursor: pointer;
    font-size: 40px !important;
}

.footer{
    margin: 100px;
    margin-left: 0;
    font-size: 12px;
    bottom: 0;
    width: 100%;
}