body,
html {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    color: #000a25;
    font-family: 'Century Gothic';
    font-size: 12pt;
    transition: all 0.5s;
}

* {
    outline: none;
    z-index: 5;
}

a {
    text-decoration: none;
}

a:visited,
a:hover {
    color: unset;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}