* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #1b181f !important;
}
.navbar-default {
    background-color: #1b181f !important;
    border-color: #1b181f !important;
}
/*Svg class start*/

.svgcenter {
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .svgcenter {
        text-align: center;
        margin-top: 24vh;
    }
}
/*Svg class end*/