body {
    font-family: Futura;
    background-color: #F6D3C8;
}
.container {
    width:1000px;
    margin:0 auto 0;
}
.header {
    background-color: #EE2C3C;
    color: white;
    padding: 10px 10px;
}
h1 {
    font-size: 75px;
    font-family: Futura;
    padding: 25px 0px 0px;
    margin-bottom: 0px;
}
h3 {
    margin-top: 5px;
    font-size: 23px;
}
.menu {
    background-color: #9A1220;
}
.menu a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 15px 78px;
    display: inline-block;
}
.menu a:hover {
    text-decoration: underline;
    background-color: black;
}
.content1 {
    background-color: white;
    padding: 1px 20px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
h2 {
    padding: 0px 0px 0px;
    margin-bottom: 10px;
}
p {
    padding-bottom: 5px;
    margin-top: 5px;
}
.content2::after {
    content: "";
    clear: both;
    display: table;
}
.content2 {
    background-color: #9A1220;
    padding: 10px 10px 10px;
    color: white;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 10px;
}
.socialcontainer {
    float: left;
    width: 25%;
    padding: 10px 5px 10px;
    box-sizing: border-box;
}
.socialmenu {
    padding: 15px 40px 10px 40px;
}
.socialmenu a {
    color: #F6D3C8;
    text-decoration: none;
    font-size: 18px;
    margin: 0px 45px 0px;
    text-align: center;
}
.socialmenu a:hover {
    text-decoration: underline;
}
h4 {
    font-size: 25px;
    padding: 0px;
    margin: 10px 0px 5px;
}
.footer {
    background-color: #EE2C3C;
    color: white;
    margin-top: 10px;
    margin-bottom: -7px;
    padding: 5px 0px 10px 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
}
.footermenu {
    padding: 10px 45px 5px 45px;
}
.footermenu a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin: 0px 65px 0px;
}
.footermenu a:hover {
    text-decoration: underline;
}