.step-by-step {
    list-style-type: none;
}

.special-li {
    margin-left: 40px;
}

.bold {
    font-weight: bold;
}

h2, h1 {
    color: #B50831;
}

h1 {
    font-size: 20pt;
}

a {
    color: #c00000;
}

#body {
    margin-left: 5%;
    margin-right: 10%;
    margin-bottom: 10%;
    margin-top: 20px;
}

#body ul {
    margin-left: 3%;
}

.sign-up-btn {
    background: #c00000;
    color: white;
    padding: 12px 15px;
    text-decoration: none;
    border: 2px solid #c00000;
}

.button-grid {
    margin-top: 35px;
    margin-bottom: 35px;
}

.sign-up-btn:focus, .sign-up-btn:hover {
    background: white;
    color: black;
    border: 2px solid black;
}


@media only screen and (max-width: 1024px) {
    #body {
        margin-right: 5%;
    }

    #body ul {
        margin-left: 6%;
    }
}

@media only screen and (max-width: 425px) {
    #body {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 20%;
        margin-top: 10%;
    }

    #body ul {
        margin-bottom: 10%;
    }
}