* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

// Default Styling
html, body {
    background-color: var(--secondary);
}

body {
    background: url('http://gorillaz.com/wp-content/themes/gorillaz/assets/IMG/the-mountain-desktop.webp?v=1') fixed no-repeat center center;
    background-size: cover;
}


h1, h2, h3, h4, h5, h6, p, a, em, strong, span, button, li, input {
    font-family: BBH Bogle;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

p {
    font-size: 80px;
    text-shadow: -6px 6px black;
    color: orange;
}

.headerimage {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

.text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 34rem;
}

#gorillaz {
    width: 35rem;
}