body, html {
    background-image: url(/assets/media/Backgrounds/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    font-family: 'Asap', sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px #00000044;
    width: 100%;
}

h1 {
    font-family: 'Titan One', sans-serif;
    font-weight: normal;
}

p * {
    margin-left: 0 !important;
}
