body {
    margin: 0;
}

.topBar {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    background: white;
}

.topBarLogo {
    width: 162px;
    height: 64px;
    margin-left: 20px;
    margin-top: 20px;
}

.topBarLinks {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    gap: 35px;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.topBarGoogleLink {
    display: flex;
    flex-direction: row;
    width: 175px;
    height: 56px;
}

.topBarAppleLink {
    display: flex;
    flex-direction: row;
    width: 175px;
    height: 54px;
}

.mainImageDivHolder {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 980px;
    background-image: url("../images/main.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    align-items: center;
}

.mainImageDiv {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 980px;
    align-items: center;
    margin-top: 15%;
}

.imageLogo {
    width: 700px;
    height: auto;
    margin-left: 85px;
    padding-right: 2%
}

.imageHeader {
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 95px;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
}

.imageHeader2 {
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    font-family: Poppins, sans-serif;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
}

.arrow {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
    opacity: 85%;
}

.imageTexts {
    display: flex;
    flex-direction: column;
}

.infoSection {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 875px;
    align-items: center;
}

.splitter {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
    background: #67C292;
}

.splitter2 {
    width: 100%;
    height: 528px;
    background: #B4E1C8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.splitter3 {
    width: 100%;
    height: 300px;
    background: #B4E1C8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.splitter4 {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.noticeTitle {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font: bold 35px Poppins;
    margin: 0;
}

.noticeText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font: normal normal 20px/30px Poppins;
    letter-spacing: 0;
    margin-left: 2%;
    text-wrap: wrap;
    color: #000000;
    margin: 0px;
}

.footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 400px;
    background-color: #67C292;
    opacity: 1;
    align-items: center;
    justify-content: space-around;
}

.splitter2Text {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    margin: 0;
}

.splitter2Text2 {
    text-align: center;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    font-family: Helvetica Neue, sans-serif;
    letter-spacing: 0;
    color: #707070;
    opacity: 1;
}

.appLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.AppleLink {
    display: flex;
    flex-direction: row;
    width: 295px;
    height: 99px;
}

.GoogleLink {
    display: flex;
    flex-direction: row;
    width: 333px;
    height: 99px;
}

.footerLogo {
    display: flex;
    flex-direction: row;
    width: 350px;
    height: 100px;
}

.footerLinks {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.footerLink {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    text-decoration: none;
}

.extra {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.copyright {
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
}

.phoneScreen1 {
    display: flex;
    flex-direction: row;
    width: 373px;
    height: 726px;
    padding-left: 10%;
    object-fit: contain;
    padding-right: 10%;
}

.phoneScreen2 {
    display: flex;
    flex-direction: row;
    width: 373px;
    height: 726px;
    margin-left: auto;
    padding-right: 10%;
}

.phoneScreen3 {
    display: flex;
    flex-direction: row;
    width: 373px;
    height: 726px;
    padding-left: 10%;
    padding-right: 10%;
}

.infoSection1Text {
    display: flex;
    flex-direction: column;
}

.infoSection2Text {
    display: flex;
    flex-direction: column;
    padding-left: 10%;
}


.infoHeader {
    display: flex;
    flex-direction: column;
    width: 95%;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 72px;
    font-family: Poppins, sans-serif;
    color: #000000;
    opacity: 1;
    margin: 0;
}

.infoParagraph {
    display: flex;
    flex-direction: column;
    width: 90%;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    font-family: Helvetica Neue, sans-serif;
    color: #707070;
    opacity: 1;
}

.infoProfile {
    display: flex;
    flex-direction: row;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 57px;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.profileImg {
    display: flex;
    flex-direction: row;
    width: 91px;
    height: 91px;
    margin: 0;
}

.infoText {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 57px;
    font-family: Poppins, sans-serif;
    opacity: 1;
    padding: 10px;
    margin: 0;
}

.pageText {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0;
}

.title {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font: bold 50px Poppins;
}

.info {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    font: normal normal 30px/40px Poppins;
    letter-spacing: 0;
    margin-left: 2%;
    text-wrap: wrap;
    color: #000000;
    margin: 15px;
}

.info2 {
    width: 100%;
    text-align: left;
    font: normal normal 30px/40px Poppins;
    letter-spacing: 0;
    margin-left: 2%;
    text-wrap: wrap;
    color: #000000;
    margin: 15px;
}

.subtitle {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    font: normal normal 25px/35px Poppins;
    letter-spacing: 0;
    margin-left: 2%;
    text-decoration: underline;
}

.desc {
    text-align: center;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    width: 95%;
}

@media(max-width: 1178px) {
    .topBar {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 50px;
        background: white;
    }

    .topBarLogo {
        width: 81px;
        height: 32px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .topBarLinks {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        gap: 20px;
        padding: 5px;
        margin-top: 5px;
        margin-right: 5px;
    }

    .topBarGoogleLink {
        display: flex;
        flex-direction: row;
        width: 87px;
        height: 29px;
    }

    .topBarAppleLink {
        display: flex;
        flex-direction: row;
        width: 87px;
        height: 29px;
    }

    .mainImageDivHolder {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 490px;
        background-image: url("../images/Rectangle.svg"),
            url("../images/section1.png");
        background-repeat: no-repeat, no-repeat;
        background-size: cover, 100% 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .mainImageDiv {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 490px;
        align-items: center;
        margin-top: 15%;
        justify-content: center;
        text-align: center;
    }

    .imageLogo {
        width: 350px;
        height: 175px;
        margin-left: 50px;
        padding-right: 1%;
    }

    .imageHeader {
        text-align: center;
        font: normal 36px Poppins medium;
        font-weight: bold;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
        line-height: normal;
        margin: 0;
        justify-content: center;
        align-items: center;
    }

    .imageHeader2 {
        text-align: center;
        font: normal 24px Poppins;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
        margin: 0;
        justify-content: center;
        align-items: center;
    }

    .arrow {
        display: flex;
        flex-direction: column;
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
        opacity: 85%;
    }

    .imageTexts {
        display: flex;
        flex-direction: column;
    }

    .infoSection {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 437px;
        align-items: center;
    }

    .splitter {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 25px;
        background: #67C292;
    }

    .splitter2 {
        width: 100%;
        height: 264px;
        background: #B4E1C8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .footer {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 200px;
        background-color: #67C292;
        opacity: 1;
        align-items: center;
        justify-content: space-around;
    }

    .splitter2Text {
        align-items: center;
        justify-content: center;
        text-align: center;
        font: normal 24px Poppins;
        letter-spacing: 0;
        color: #000000;
        opacity: 1;
        margin: 0;
    }

    .splitter2Text2 {
        text-align: center;
        align-items: center;
        justify-content: center;
        font: normal 16px Helvetica Neue;
        letter-spacing: 0;
        color: #707070;
        opacity: 1;
    }

    .appLinks {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 40px;
    }

    .AppleLink {
        display: flex;
        flex-direction: row;
        width: 150px;
        height: 50px;
    }

    .GoogleLink {
        display: flex;
        flex-direction: row;
        width: 150px;
        height: 50px;
    }

    .footerLogo {
        display: flex;
        flex-direction: row;
        width: 175px;
        height: 50px;
    }

    .footerLinks {
        display: flex;
        flex-direction: column;
        text-align: left;
        font: normal 20px Poppins;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
    }

    .footerLink {
        display: flex;
        flex-direction: column;
        color: #FFFFFF;
        text-decoration: none;
    }

    .copyright {
        text-align: left;
        font: normal 10px Poppins;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
        margin: 0;
    }

    .phoneScreen1 {
        display: flex;
        flex-direction: row;
        width: 217px;
        height: 393px;
        padding-left: 5%;
        object-fit: contain;
        padding-right: 5%;
    }

    .phoneScreen2 {
        display: flex;
        flex-direction: row;
        width: 217px;
        height: 393px;
        margin-left: auto;
        padding-right: 5%;
    }

    .phoneScreen3 {
        display: flex;
        flex-direction: row;
        width: 217px;
        height: 393px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .infoSection1Text {
        display: flex;
        flex-direction: column;
    }

    .infoSection2Text {
        display: flex;
        flex-direction: column;
        padding-left: 5%;
    }


    .infoHeader {
        display: flex;
        flex-direction: column;
        width: 95%;
        text-align: left;
        font: normal 24px Poppins;
        letter-spacing: 0;
        color: #000000;
        opacity: 1;
        margin: 0;
    }

    .infoParagraph {
        display: flex;
        flex-direction: column;
        width: 95%;
        text-align: left;
        font: normal 16px Helvetica Neue;
        letter-spacing: 0;
        color: #707070;
        opacity: 1;
        margin: 0;
    }

    .infoProfile {
        display: flex;
        flex-direction: row;
        text-align: left;
        font: normal 16px oppins medium;
        letter-spacing: 0;
        color: #000000;
        opacity: 1;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
    }

    .profileImg {
        display: flex;
        flex-direction: row;
        width: 45px;
        height: 45px;
        margin: 0;
    }

    .infoText {
        display: flex;
        flex-direction: column;
        text-align: left;
        font: normal 16px Poppins medium;
        letter-spacing: 0;
        color: #000000;
        opacity: 1;
        padding: 5px;
        margin: 0;
    }

    .desc {
        text-align: center;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-variant: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 30px;
        font-family: Poppins, sans-serif;
        letter-spacing: 0;
        color: #000000;
        opacity: 1;
        width: 95%;
    }

    .splitterBlank {
        width: 100%;
        height: 225px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
}

@media(max-width: 520px) {

    .footerLinks {
        display: flex;
        flex-direction: column;
        text-align: left;
        font: normal 10px Poppins;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
    }

    .infoHeader {
        display: flex;
        flex-direction: column;
        width: 95%;
        text-align: left;
        font: normal 16px Poppins;
        letter-spacing: 0;
        color: #000000;
        opacity: 1;
        margin: 0;
    }

    .infoParagraph {
        display: flex;
        flex-direction: column;
        width: 95%;
        text-align: left;
        font: normal 10px Helvetica Neue;
        letter-spacing: 0;
        color: #707070;
        opacity: 1;
        margin: 0;
    }

    .noticeTitle {
        display: flex;
        flex-direction: row;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font: bold 25px Poppins;
        margin: 0;
    }

    .noticeText {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        font: normal normal 10px/20px Poppins;
        letter-spacing: 0;
        margin-left: 2%;
        text-wrap: wrap;
        color: #000000;
        margin: 0px;
    }

    .phoneScreen1 {
        display: flex;
        flex-direction: row;
        width: 209px;
        height: 297px;
        padding-left: 5%;
        object-fit: contain;
        padding-right: 5%;
    }

    .phoneScreen2 {
        display: flex;
        flex-direction: row;
        width: 209px;
        height: 297px;
        margin-left: auto;
        padding-right: 5%;
    }

    .phoneScreen3 {
        display: flex;
        flex-direction: row;
        width: 209px;
        height: 297px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .desc {
        text-align: center;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-variant: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 30px;
        font-family: Poppins, sans-serif;
        letter-spacing: 0;
        color: #000000;
        opacity: 1;
        width: 95%;
    }

    .footerLogo {
        display: flex;
        flex-direction: row;
        width: 88px;
        height: 25px;
    }

    .copyright {
        text-align: left;
        font: normal 8px Poppins;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
        margin: 0;
    }

    .AppleLink {
        display: flex;
        flex-direction: row;
        width: 50px;
        height: 25px;
    }

    .GoogleLink {
        display: flex;
        flex-direction: row;
        width: 50px;
        height: 25px;
    }

    .appLinks {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 40px;
    }

    .imageLogo {
        width: 300px;
        height: 150px;
        margin-left: 25px;
        padding-right: 1%;
    }
}