header {
    background-color: white;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.logo {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}

.logo img {
    width: 100%;
}

main {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 20px;
}

.title {
    font-family: 'Copperplate';
}

.title h1 {
    font-weight: bold;
    font-size: 128px;
    margin-bottom: 0%;
}

.title h2 {
    font-size: 64px;
    font-weight: normal;
    margin-top: -2%;
    margin-bottom: 0%;
}

.title h3 {
    font-size: 32px;
    font-weight: normal;
    margin-top: 0%;
}

a {
    text-decoration: none;
}

.content {
/*    background-color: #b71c1c;*/
    /* border: #b71c1c solid 4px; */
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    color: #000000;
    font-family: 'Avenir';
    font-size: 20px;
    text-align: center;
}

footer {
    background-color: white;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.links {
    margin-bottom: 2%;
}

.links img {
    width: 4%;
    height: auto;
    margin: 30px 10px 0px 10px;
}
