body {
    font-family: Norwester;
    background-color: black;
    color: white;

}

header {
    color: white;
    top: 0px;
}
.grid-container {
    display: grid;
    grid-template-columns: 100px 100px 1fr 1fr 1fr;

}
header a {
    color: white;
}
#mission_statement{
    color: white;
    
}

.intro{
font-size: 1em;
max-width: 60%;
margin: auto;

background: #ce4331ec

}

#demo_blocks {
display: grid;
grid-template-columns: 3fr 1fr 1fr 1fr;
width: 100%;
}
.block1 {
padding: 1em 3em;
}


main {
    text-align: center;
}


button {
    background-color: red;
    font-size: 2em;
    color: white;
    padding: 2rem;
    margin: auto;
    font-style: bold;
}
.buttonContainer {
    align-items:; center;
    
}
button:hover {
    color: black;
}