body {
    background-color: #dbcdc7;
}
h1 {
    text-align: center;
    font-size: 80px;
    font-family: 'Lobster Two', cursive;
    letter-spacing: 2px;
    text-shadow: 2.5px 3px #6eb8c5;
    color: rgb(32,82,101);
    margin: 12px;
}

#her {
    width: 35%;
    height: 670px;
    margin: 15px 100px;
    box-shadow: 7px 7px gray;
}

#her2 {
    width: 43%;
    height: 670px;
    margin: 15px 50px;
    box-shadow: 7px 7px gray;
}

.nav-link {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-family: 'Gloock', serif;
}

.nav {
    background-color: rgba(255, 255, 255, 0.6);
}

.nav-link:hover {
    color: #ddea24;
}

.info {
    border: 5px dotted rgb(32,82,101);
    padding: 20px;
    margin: 30px;
    font-family: 'Abel', sans-serif;
}

h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'Gloock', serif;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: rgba(245, 245, 245, 0.3);
    text-shadow: 2px 2px white;
}

h3 {
    font-size: 25px;
    font-family: 'Abel', sans-serif;
    font-weight: bold;
}

.who {
    font-size: 20px;
}

p {
    font-size: 23px;
    text-align: center;
    margin: 10px;
}

#charity {
    width: 75%;
    height: 610px;
    margin: 0 auto;
    display: block;
}

.carousel {
    width: 50%;
    height: 780px;
    margin: 10px auto;
}

.carousel img{
    height: 785px;
    width: 60%;
}

table {
    font-size: 20px;
    width: 90%;
    height: 50px;
    margin: 0 auto;
    line-height: 180%;
}

td {
    padding: 20px;
    width: 20%;
    border: 1px dashed rgb(73, 73, 91);
}

.spiderman {
    width: 100%;
    margin: 5px auto;
}

span {
    color: #ac4444;
}

#form {
    text-align: center;
}

.paragraph {
    font-size: 17px;
    font-family: 'Gloock', serif;
    letter-spacing: 1px;
}