.navbar-brand {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ff0505;
    font-family: "Space Grotesk", sans-serif;
}

.message {
    background-color: #ff0505;
    color: white;
    font-family: "Space Grotesk", sans-serif;  
    text-align: center;
}

.footer {
    background-color: #ff0505;
    color: white;
    font-family: "Space Grotesk", sans-serif;  
    text-align: center;
}

.blockquote {
    border: 1px solid #ff0505;
    padding: 1.75rem;
}

small {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.6rem;
}

p {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
}



h2 {
    font-family: "Space Grotesk", sans-serif;
    padding: 0;
    margin: 0;
}

h3 {
    font-family: "Space Grotesk", sans-serif;
    padding: 0;
    margin: 0;
}

h4 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: medium;
    padding: 0;
    margin: 0;
}

h5 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;}

a {
    font-family: "Space Grotesk", sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

a:visited {
    text-transform: uppercase;
    text-decoration: none;
}