* {
    margin: 0;
}

html {
    overscroll-behavior: none;
}

body {
    font-family: 'Raleway';
}

#home {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(assets/bkg.png);
    background-size: cover;
    background-position: center;
}

nav {
    display: flex;
    float: right;
    margin-top: 15px;
    position: relative;
    z-index: 10;
}

nav ul {
    list-style: none;
    margin-right: 45px;
}

nav ul li {
    display: inline-block;
    margin: 20px 18px;   
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 21px;
    font-weight: lighter;
}

nav ul li a:hover {
    color: #FFE500;
}

.bkg {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
}

.header-text {
    color: white;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 1% !important;
}

.header-text h1 {
    font-size: 64px;
    margin-bottom: 5px;
}

.header-text h1 span,
.header-text p span {
    color: #FFE500;
}

.header-text p {
    font-size: 42px;
}

.logo-container {
    text-align: center;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
}

.logo-container img {
    width: 100%;
    height: auto;
    display: block;
}

.grey-box {
    background-color: #F8F8F8;
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 1;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.grey-box-2 {
    background-color: #F8F8F8;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blue-box {
    background-color: #0037FF;
    width: 100%;
    height: 425px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hook {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 70%;
}

.hook h1 {
    color: #0037FF;
    font-weight: bolder;
    font-size: 28px;
    margin-bottom: 20px;
}

.hook p {
    font-size: 20px;
}

.info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 70%;
}

.info h1 {
    color: black;
    font-weight: bolder;
    font-size: 28px;
    margin-bottom: 20px;
}

.info h1 span {
    color: #0037FF;
}

.info p {
    font-size: 20px;
    line-height: 1.5;
}

.info p span {
    font-weight: bolder;
    color: black;
}

.requirements {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 80%;
    color: white;
    line-height: 1.8;
}

.requirements h1 {
    font-weight: bolder;
    font-size: 28px;
    margin-bottom: 20px;
}

.requirements p {
    font-size: 20px;
}

.requirements p span {
    font-weight: bolder;
}


.what-is-shaare,
.goal,
.privacy {
    margin-left: 200px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.what-is-shaare .text h1,
.goal .text h1,
.privacy .text h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.what-is-shaare .text h1 span,
.goal .text h1 span,
.privacy .text h1 span {
    color: #0037FF;
}

.what-is-shaare .text p,
.goal .text p,
.privacy .text p {
    font-size: 20px;
    width: 800px;
    line-height: 1.7;
}

.what-is-shaare .text p span,
.goal .text p span,
.privacy .text p span {
    font-weight: bold;
}

.what-is-shaare img,
.privacy img {
    width: 400px;
    right: 150px;
    margin-left: 100px;
}

.goal img {
    width: 350px;
    right: 200px;
    margin-left: 125px;
}

.goal {
    margin-bottom: 150px;
}

.privacy {
    margin-top: 100px;
    margin-bottom: 200px;
}

.contact {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    width: 80%;
    padding-bottom: 250px;
}

.contact h1 {
    color: #0037FF;
    font-weight: bolder;
    font-size: 28px;
    margin-bottom: 20px;
}

.contact p {
    font-size: 20px;
    line-height: 1.5;
}

.contact p span {
    font-weight: bolder;
}

a {
    text-decoration: none;
    color: black;
}


.footer {
    background-color: #0037FF;
    width: 100%;
    height: 90px;
    position: relative;
    z-index: 1;
    top: 415px;
}

.footer p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    z-index: 2;
    color: white;
    font-size: 20px;
}

@media (max-width: 1800px) {
    .header-text h1 {
        font-size: 65px;
    }
    .header-text p {
        font-size: 45px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        width: 725px;
    }
    .what-is-shaare img,
    .privacy img {
        width: 400px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: -2px;
    }
    .goal img {
        width: 375px;
        margin: 0 auto;
    }
}

@media (max-width: 1700px) {
    .header-text {
        margin-top: 340px;
    }
    .header-text h1 {
        font-size: 65px;
    }
    .header-text p {
        font-size: 45px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        width: 725px;
    }
    .what-is-shaare img,
    .privacy img {
        width: 400px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: -2px;
    }
    .goal img {
        width: 375px;
        margin: 0 auto;
    }
}

@media (max-width: 1600px) {
    .header-text h1 {
        font-size: 62px;
    }
    .header-text p {
        font-size: 42px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        width: 725px;
    }
    .what-is-shaare img,
    .privacy img {
        width: 345px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: -2px;
    }
    .goal img {
        width: 315px;
        margin: 0 auto;
    }
}

@media (max-width: 1500px) {
    .header-text h1 {
        font-size: 60px;
    }
    .header-text p {
        font-size: 40px;
    }
    nav ul {
        margin-right: 36px;
    }
    nav ul li {
        margin: 20px 15px;
    }
    nav ul li a {
        font-size: 18px;
    }

    .what-is-shaare,
    .goal,
    .privacy {
        margin-left: 100px;
    }

    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        width: 850px;
    }

    .what-is-shaare img,
    .privacy img {
        width: 350px;
        margin: 0 auto;
    }

    .goal img {
        width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 1400px) {
    .header-text h1 {
        font-size: 56px;
    }
    .header-text p {
        font-size: 36px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        width: 725px;
    }
    .what-is-shaare img,
    .privacy img {
        width: 345px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: -2px;
    }
    .goal img {
        width: 315px;
        margin: 0 auto;
    }
}

@media (max-width: 1300px) {
    .header-text h1 {
        font-size: 55px;
    }
    .header-text p {
        font-size: 35px;
    }
    nav ul {
        margin-right: 36px;
    }
    nav ul li {
        margin: 20px 15px;
    }
    nav ul li a {
        font-size: 18px;
    }

    .what-is-shaare,
    .goal,
    .privacy {
        margin-left: 80px;
    }

    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        width: 675px;
    }
    .what-is-shaare img,
    .privacy img {
        width: 350px;
        right: 100px;
        margin: 0 auto;
    }

    .goal img {
        width: 320px;
        right: 100px;
        margin: 0 auto;
    }

    .footer {
        height: 100px;
    }
    .footer p {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .header-text h1 {
        font-size: 55px;
    }
    .header-text p {
        font-size: 35px;
    }
    nav ul {
        margin-right: 32px;
    }
    nav ul li {
        margin: 16px 12px;
    }
    nav ul li a {
        font-size: 16px;
    }
    
    .hook {
        width: 80%;
    }
    .grey-box .hook h1 {
        font-size: 24px;
    }
    .grey-box .hook p {
        font-size: 18px;
    }

    #getinvolved {
        margin-top: 550px !important;
    }

    .grey-box-2 {
        height: 225px;
    }
    .info {
        width: 80%;
    }
    .info h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .info p {
        font-size: 18px;
    }

    .blue-box {
        height: 375px;
    }
    .requirements {
        width: 80%;
    }
    .requirements h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .requirements p {
        font-size: 18px;
    }

    .what-is-shaare,
    .goal,
    .privacy {
        margin-left: 50px;
    }
    .what-is-shaare .text h1,
    .goal .text h1,
    .privacy .text h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        font-size: 18px;
        width: 660px;
        line-height: 1.8;
        margin: 0 auto;
    }
    .what-is-shaare img,
    .privacy img {
        width: 325px;
        right: 100px;
        margin: 0 auto;
    }

    .goal img {
        width: 300px;
        right: 100px;
        margin: 0 auto;
    }

    .goal {
        margin-bottom: -500px;
    }

    .contact h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .contact p {
        font-size: 18px;
    }

    .footer {
        height: 80px;
    }
    .footer p {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .header-text h1 {
        font-size: 52px;
    }
    .header-text p {
        font-size: 32px;
    }
    nav ul {
        margin-right: 32px;
    }
    nav ul li {
        margin: 16px 12px;
    }
    nav ul li a {
        font-size: 16px;
    }
    
    .hook {
        width: 80%;
    }
    .grey-box .hook h1 {
        font-size: 24px;
    }
    .grey-box .hook p {
        font-size: 18px;
    }

    #getinvolved {
        margin-top: 550px !important;
    }

    .grey-box-2 {
        height: 225px;
    }
    .info {
        width: 80%;
    }
    .info h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .info p {
        font-size: 18px;
    }

    .blue-box {
        height: 375px;
    }
    .requirements {
        width: 80%;
    }
    .requirements h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .requirements p {
        font-size: 18px;
    }

    .what-is-shaare,
    .goal,
    .privacy {
        margin-left: 50px;
    }
    .what-is-shaare .text h1,
    .goal .text h1,
    .privacy .text h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        font-size: 18px;
        width: 550px;
        line-height: 1.8;
        margin: 0 auto;
    }
    .what-is-shaare img,
    .privacy img {
        width: 325px;
        right: 100px;
        margin: 0 auto;
    }

    .goal img {
        width: 300px;
        right: 100px;
        margin: 0 auto;
    }

    .goal {
        margin-bottom: -500px;
    }

    .contact h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .contact p {
        font-size: 18px;
    }

    .footer {
        height: 80px;
    }
    .footer p {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .header-text h1 {
        font-size: 50px;
    }
    .header-text p {
        font-size: 30px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        width: 495px;
    }
    .what-is-shaare img,
    .privacy img {
        width: 300px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: -2px;
    }
    .goal img {
        width: 250px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .header-text h1 {
        font-size: 45px;
    }
    .header-text p {
        font-size: 25px;
    }
    nav ul {
        margin-right: 30px;
    }
    nav ul li {
        margin: 12px 10px;
    }
    nav ul li a {
        font-size: 14px;
    }

    .hook {
        width: 80%;
    }
    .grey-box .hook h1 {
        font-size: 22px;
    }
    .grey-box .hook p {
        font-size: 16px;
    }

    #getinvolved {
        margin-top: -75px;
    }

    .grey-box-2 {
        height: 225px;
    }
    .info {
        width: 80%;
    }
    .info h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .info p {
        font-size: 16px;
    }

    .blue-box {
        height: 375px;
    }
    .requirements {
        width: 80%;
    }
    .requirements h1 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .requirements p {
        font-size: 16px;
    }

    .what-is-shaare,
    .goal,
    .privacy {
        margin-left: 50px;
    }
    .what-is-shaare .text h1,
    .goal .text h1,
    .privacy .text h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        font-size: 16px;
        width: 425px;
        line-height: 1.8;
        margin: 0 auto;
    }
    .what-is-shaare img,
    .privacy img {
        width: 300px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .goal img {
        width: 275px;
        margin: 0 auto;
    }

    .goal {
        margin-bottom: -500px;
    }

    .contact h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .contact p {
        font-size: 16px;
    }

    .footer {
        height: 80px;
    }
    .footer p {
        font-size: 18px;
    }
}

@media (max-width: 800px) {
    .header-text h1 {
        font-size: 40px;
    }
    .header-text p {
        font-size: 24px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        width: 650px;
    }
    .what-is-shaare img,
    .privacy img {
        width: 275px;
        margin: 0 auto;
        margin-top: 10px;
        margin-left: 180px;
    }
    .goal img {
        width: 275px;
        margin: 0 auto;
        margin-left: 180px;
    }
}

@media (max-width: 700px) {
    .header-text h1 {
        font-size: 40px;
    }
    .header-text p {
        font-size: 20px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        width: 515px;
    }
    .what-is-shaare img,
    .privacy img {
        width: 250px;
        margin: 0 auto;
        margin-top: 10px;
        margin-left: 160px;
    }
    .goal img {
        width: 250px;
        margin: 0 auto;
        margin-left: 160px;
    }
}

@media (max-width: 600px) {
    .header-text h1 {
        font-size: 40px;
    }
    .header-text p {
        font-size: 20px;
    }
    nav ul {
        margin-right: 15px;
    }
    nav ul li {
        margin: 5px 8px;
    }
    nav ul li a {
        font-size: 12px;
    }

    .hook {
        width: 400px;
    }
    .grey-box .hook h1 {
        font-size: 18px;
    }
    .grey-box .hook p {
        font-size: 12px;
    }

    #getinvolved {
        margin-top: -75px;
    }

    .grey-box-2 {
        height: 225px;
    }
    .info {
        width: 400px;
    }
    .info h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .info p {
        font-size: 12px;
    }

    .blue-box {
        height: 325px;
    }
    .requirements {
        width: 400px;
    }
    .requirements h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .requirements p {
        font-size: 13px;
    }

    .what-is-shaare,
    .goal,
    .privacy {
        width: 400px;
        flex-direction: column;
    }
    .goal,
    .privacy {
        margin-top: 75px;
    }
    .what-is-shaare .text h1,
    .goal .text h1,
    .privacy .text h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        font-size: 13px;
        width: 450px;
        line-height: 1.8;
        margin: 0 auto;
    }
    .what-is-shaare img,
    .privacy img {
        width: 250px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .goal img {
        width: 250px;
        margin: 0 auto;
    }

    .goal {
        margin-bottom: -500px;
    }

    .contact h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .contact p {
        font-size: 13px;
    }

    .footer {
        height: 75px;
    }
    .footer p {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .header-text {
        width: 300px;
    }
    .header-text h1 {
        font-size: 55px;
    }
    .header-text p {
        font-size: 24px;
        margin-top: 20px;
    }
    nav ul {
        margin-right: 15px;
    }
    nav ul li {
        margin: 5px 8px;
    }
    nav ul li a {
        font-size: 12px;
    }

    .hook {
        width: 400px;
    }
    .grey-box .hook h1 {
        font-size: 18px;
    }
    .grey-box .hook p {
        font-size: 12px;
    }

    #getinvolved {
        margin-top: -75px;
    }

    .grey-box-2 {
        height: 225px;
    }
    .info {
        width: 400px;
    }
    .info h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .info p {
        font-size: 12px;
    }

    .blue-box {
        height: 325px;
    }
    .requirements {
        width: 400px;
    }
    .requirements h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .requirements p {
        font-size: 13px;
    }

    .what-is-shaare,
    .goal,
    .privacy {
        width: 400px;
        margin: auto;
        flex-direction: column;
    }
    .goal,
    .privacy {
        margin-top: 75px;
    }
    .what-is-shaare .text h1,
    .goal .text h1,
    .privacy .text h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        font-size: 13px;
        width: 400px;
        line-height: 1.8;
        margin: 0 auto;
    }
    .what-is-shaare img,
    .privacy img {
        width: 250px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .goal img {
        width: 250px;
        margin: 0 auto;
    }

    .goal {
        margin-bottom: -500px;
    }

    .contact h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .contact p {
        font-size: 13px;
    }

    .footer {
        height: 75px;
    }
    .footer p {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .header-text {
        width: 300px;
    }
    .header-text h1 {
        font-size: 55px;
    }
    .header-text p {
        font-size: 24px;
        margin-top: 20px;
    }
    nav ul {
        margin-right: 15px;
    }
    nav ul li {
        margin: 15px 10px;
    }
    nav ul li a {
        font-size: 14px;
    }

    .hook {
        width: 400px;
    }
    .grey-box .hook h1 {
        font-size: 22px;
        width: 300px;
        margin: auto;
        padding-bottom: 12px;
    }
    .grey-box .hook p {
        font-size: 13px;
        width: 300px;
        margin: auto;
    }

    #getinvolved {
        margin-top: -75px;
    }

    .grey-box-2 {
        height: 225px;
    }
    .info {
        width: 400px;
    }
    .info h1 {
        font-size: 22px;
        margin-bottom: 15px;
        width: 300px;
        margin: auto;
        padding-bottom: 12px;
    }
    .info p {
        font-size: 13px;
        width: 300px;
        margin: auto;
    }

    .blue-box {
        height: 325px;
    }
    .requirements {
        width: 400px;
    }
    .requirements h1 {
        font-size: 22px;
        margin-bottom: 5px;
        width: 300px;
        margin: auto;
    }
    .requirements p {
        font-size: 13px;
        width: 300px;
        margin: auto;
    }

    .what-is-shaare,
    .goal,
    .privacy {
        flex-direction: column;
        text-align: center;
    }
    .goal,
    .privacy {
        margin-top: 75px;
    }
    .what-is-shaare .text h1,
    .goal .text h1,
    .privacy .text h1 {
        font-size: 24px;
        margin-bottom: 15px;
        margin: auto;
        width: 300px;
        margin-bottom: 18px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        font-size: 14px;
        line-height: 1.8;
        margin: auto;
        width: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .what-is-shaare img,
    .privacy img {
        width: 250px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .goal img {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .goal {
        margin-bottom: -500px;
    }

    .contact {
        margin-top: 100px;
    }
    .contact h1 {
        font-size: 24px;
        margin-bottom: 15px;
        width: 300px;
        margin: auto;
        margin-bottom: 15px;
    }
    .contact p {
        font-size: 14px;
        width: 300px;
        margin: auto;
    }

    .footer {
        height: 75px;
        margin-top: 130px;
    }
    .footer p {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .header-text {
        width: 300px;
    }
    .header-text h1 {
        font-size: 55px;
    }
    .header-text p {
        font-size: 24px;
        margin-top: 20px;
    }
    nav ul {
        margin-right: 15px;
    }
    nav ul li {
        margin: 15px 10px;
    }
    nav ul li a {
        font-size: 14px;
    }

    .hook {
        width: 300px;
    }
    .grey-box .hook h1 {
        font-size: 22px;
        width: 300px;
        margin: auto;
        padding-bottom: 12px;
    }
    .grey-box .hook p {
        font-size: 13px;
        width: 300px;
        margin: auto;
    }

    #getinvolved {
        margin-top: -75px;
    }

    .grey-box-2 {
        height: 225px;
    }
    .info {
        width: 300px;
    }
    .info h1 {
        font-size: 22px;
        margin-bottom: 15px;
        width: 300px;
        margin: auto;
        padding-bottom: 12px;
    }
    .info p {
        font-size: 13px;
        width: 300px;
        margin: auto;
    }

    .blue-box {
        height: 325px;
    }
    .requirements {
        width: 300px;
    }
    .requirements h1 {
        font-size: 22px;
        margin-bottom: 5px;
        width: 300px;
        margin: auto;
    }
    .requirements p {
        font-size: 13px;
        width: 300px;
        margin: auto;
    }

    .what-is-shaare,
    .goal,
    .privacy {
        flex-direction: column;
        text-align: center;
        width: 300px;
    }
    .goal,
    .privacy {
        margin-top: 75px;
    }
    .what-is-shaare .text h1,
    .goal .text h1,
    .privacy .text h1 {
        font-size: 24px;
        margin-bottom: 15px;
        margin: auto;
        width: 300px;
        margin-bottom: 18px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .what-is-shaare .text p,
    .goal .text p,
    .privacy .text p {
        font-size: 14px;
        line-height: 1.8;
        margin: auto;
        width: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .what-is-shaare img,
    .privacy img {
        width: 250px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .goal img {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .goal {
        margin-bottom: -500px;
    }

    .contact {
        margin-top: 100px;
    }
    .contact h1 {
        font-size: 24px;
        margin-bottom: 15px;
        width: 300px;
        margin: auto;
        margin-bottom: 15px;
    }
    .contact p {
        font-size: 14px;
        width: 300px;
        margin: auto;
    }

    .footer {
        height: 75px;
        margin-top: 130px;
    }
    .footer p {
        font-size: 16px;
    }
}
