body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus,
button:focus {
    outline: none;
}
.header {
    background-color: #000000;
    color: #fff;
    padding: 0;
}
.header h1 {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 1px;
}
.red {
    color: #cc0000;
}
.blue {
    color: #1155cc;
}
.tagline p {
    font-weight: 700;
    font-size: 20px;
    padding: 8px 0;
}
.safety {
    font-weight: 700;
    font-size: 34px;
    background-color: #000000;
    color: #fff;
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}
span.redUnder {
    color: #cc0000;
    font-weight: 700;
    text-decoration: underline;
}
.container {
    max-width: 1000px;
}
.safety.sos {
    max-width: 610px;
}
.foot {
    background-color: #000000;
    color: #fff;
    padding: 0;
    margin-top: 25px;
    text-align: center;
    padding: 10px 0;
}
.foot p {
    font-weight: 700;
    font-size: 20px;
}
.foot p em {
    color: #b7b7b7;
}
.foot h4 {
    font-weight: 700;
    font-size: 24px;
}
ul.social li {
    display: inline-block;
}
ul.social li a {
    display: flex;
    width: 35px;
    height: 35px;
    border: 1.5px solid white;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 15px 7px;
}
.donateBtn img {
    max-width: 150px;
    margin: 15px 0 30px;
}
