@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700");

body {
    color: #474559;
    font-family: "Maven Pro", sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    -webkit-text-size-adjust: none;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -30px;
}

.footer, .push {
    height: 30px;
    text-align: center;
}

a, a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #dc3545;
    text-decoration: underline;
}

div { 
    overflow: visible; 
}

img { 
    border: none; 
}

h1 {
    line-height: 45px; 
}

code {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgb(80, 80, 80);
}

sub {
    color: #dc3545;
    font-size: 12px;
    font-style: italic;
}