:root {
    --primary-accent-colour: #FF4B33;
}

body {
    background-color: #222222;
    margin: 0;
    padding: 0;
    color: white;
}

p a {
    font-size: 1rem;
    font-family: 'Roboto';
    text-decoration: underline;
    text-shadow: none;
    margin: 0px;
}

a {
    font-size: 1.5rem;
    font-family: 'Bangers';
    font-style: normal;
    font-weight: 400;
    text-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.4);
    margin-top: 1rem;
    color: white;
    text-decoration: none;
}

h1 {
    font-family: 'Roboto';
    font-size: 3rem;
    line-height: 1.15;
    text-align: center;
}

h2 {
    font-family: 'Roboto';
    font-size: 2rem;
    line-height: 1.15;
    padding-top: 1rem;
    margin: 0px;
}

p, ul {
    font-family: 'Roboto';
    font-size: 1rem;
    line-height: 1.15;
}

p:first-of-type {
    text-align: center;
}

img {
    max-width: 300px;
    margin: 1rem;
}

.logo {
    text-align: center;
}

.hero {
    padding: 3%;
}

.homeLink {
    padding: 1rem 0px;
    text-align: center;
}