* {
    box-sizing: 0;
    margin: 0;
    padding: 0;
}

body{
    background-color: #191919;
    color: #f3f3f3;   
    
}


a {
    color: inherit;
    text-decoration: none;
    }

    a:visited{
    text-decoration: none;
    }

    a:hover{
    color: #8f8f2b;
    cursor: pointer;
    text-decoration: none;  
    }





body,
button {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;

}


p {
    padding: 1%;
}

small{
    font-size: 16px;
    padding: 1%;
}

h2 {
    font-weight: 400;
padding: 1%;
}

.divCenter {
    background-color: #f3f3f3;
    color: #191919;
    text-align: center;
    padding: 19vh 1% 1% 1%;
    min-height: 70vh;
}

footer{
    display: table;
    margin: auto;
    width: 100%;
}

footer div{
display: table-cell;     
justify-content: center;
padding: 1% 2%;
text-align: center;
width: 50%;
}

footer a{
    color: f3f3f3;
    cursor: pointer;
    text-decoration: none;
}

footer a:hover{
    color: #8f8f2b;
    cursor: pointer;
    text-decoration: none;
}

#wrapper {

    /*border: 1px solid orange;*/
    
    display: table;
    margin: auto;
    margin-top: -3vw;
    width: 98%;
    
    
}

svg {
    float: center;
    height: 60vh;
    max-width: 60vw;
    padding: 1%;
}

hr {
    border: 1px dashed #d6d6d6;
    width: 60%;
}