#content {
    margin: auto;
    margin-top: 15px;
}

.col {
    margin-bottom: 10px;
}

#setup {
    margin-bottom: 0;
}

#punchline {
    font-size: x-small;
}

button {
    background-color: red;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    padding: 10px;
}

button:hover {
    background-color: #e00000;
}

#pizzaPlus {
    text-shadow: -6px 2px 4px rgba(255, 187, 0, 0.5);
    font-size: 438%;
    font-family: "DynaPuff", sans-serif;
    color: red;
}

h1 {
    font-weight: 900;
}

#kidsZone {
    color: #d1d100;
    font-family: "Agu Display", sans-serif;
}

.col {
    border-color: red;
}