body {
    margin: 0;
    background-color: white;
    font-family: 'Urbanist', sans-serif;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero-mobile {
    position: relative;
    width: 100%;
}

.hero-background {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mobile-section {
    position: relative;
}

.mobile {
    width: calc(100% - 31px);
    height: auto;
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 34px;
}

.gradient {
    width: 100%;
    height: 150px;

    margin-top: -150px;

    background: linear-gradient(
        to bottom,
        transparent,
        #272727
    );

    position: relative;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
}

.logo {
    position: absolute;
    width: 91px;
    height: 23px;
    left: 370px;
    top: 33px;
}

.logo-mobile {
    position: absolute;
    width: 91px;
    height: 23px;
    left: 16px;
    top: 29px;
}

.bracket {
    position: absolute;
    width: 12px;
    height: 7px;
    left: 117px;
    top: 39px;
}

.content {
    position: absolute;
    width: 330px;
    height: auto;
    right: 365px;
    top: 195px;
}

.story {
    color: #2F2F2F;
    font-size: 20px;
}

.email {
    margin-left: 16px;
    margin-top: 20px;
    color: #979797;
    font-size: 14px;
}

.frame {
    position: absolute;
    left: 370px;
    top: 141px;
}

.painting {
    width: 330px;
    height: auto;
}

.painting-title {
    margin-left: 18px;
    margin-top: 3px;
    color: #2F2F2F;
    font-size: 11px;
}

.content-mobile {
    width: calc(100% - 31px);
    margin-left: 16px;
    margin-right: 15px;
    padding-top: 112px;

    color: #272727;
    font-size: 14px;
}

.android {
    position: absolute;
    width: 189px;
    height: 63px;
    left: 370px;
    bottom: 160px;
}

.apple {
    position: absolute;
    width: 189px;
    height: 63px;
    left: 585px;
    bottom: 160px;
}

.download-buttons {
    position: absolute;
    top: 299px;
    left: 0;
    width: 100%;

    display: flex;
    justify-content: center;
    gap: 10px;
}

.android-mobile {
    width: 133px;
    height: 44px;
}

.apple-mobile {
    width: 133px;
    height: 44px;
}

.terms {
    color: #979797;
    font-size: 16px;
}

.privacy {
    color: #979797;
    font-size: 16px;
}

.terms-mobile {
    color: #979797;
    font-size: 14px;
}

.privacy-mobile {
    color: #979797;
    font-size: 14px;
}

.footer {
    position: absolute;
    left: 369px;
    bottom: 30px;

    display: flex;
    justify-content: center;
    gap: 40px;
}

.mobile-footer {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;
    gap: 50px;

    margin-top: 27px;
}

.about {
    position: absolute;
    right: 459px;
    top: 35px;
    color: #2F2F2F;
    font-size: 16px;
    text-decoration: none;
}

.instagram {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 370px;
    top: 36px;
}

.instagram-mobile {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 16px;
    top: 31px;
}

.line {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 74px;
    background-color: #DED4CB1A;
}