    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        color: white;
        background: rgba(0, 0, 0, 0.567);
        background-image: url(../img/bg.jpg);
        background-color: #436441;
        background-size: cover;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    
    div#year {
        width: 100%;
        height: 4vh;
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        position: fixed;
        bottom: 0;
    }
    
    .first-text-div {
        background-color: #222;
        border-radius: 40px;
        height: 54rem;
    }
    
    .col-darker {
        background-color: rgb(27, 27, 27);
    }
    
    .phone {
        max-width: 30%;
        height: auto;
    }
    
    .info-main {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        width: 40vw;
        border: 3px black solid;
        border-radius: 30px;
        height: 240px;
        background-image: url(../img/inf-bg.jpg);
        background-color: rgba(20, 20, 20, 0.67);
        background-size: cover;
        background-position: center;
        background-blend-mode: overlay;
        padding-right: 2rem;
        padding-left: 2rem;
        box-sizing: border-box;
    }
    
    .inf-up-l {
        justify-self: left;
        grid-column: 1;
        grid-row: 1;
    }
    
    .inf-down-r {
        justify-self: right;
        grid-column: 2;
        grid-row: 2;
    }
    
    .text-header-info {
        text-align: center;
        margin-top: 10px;
        font-size: 4rem;
        color: rgb(8, 131, 12);
    }
    
    .contact-text-title {
        font-size: 1.4rem;
        font-weight: lighter;
        text-align: right;
    }
    
    .contact-text {
        color: white;
        font-size: 1rem;
        font-weight: 500;
        text-align: right;
    }
    
    .text-sub-info {
        text-align: center;
        color: white;
        font-size: 1.4rem;
        font-weight: lighter;
    }
    
    .nvbr-height {
        border: 2px black solid;
        height: 80px;
    }
    
    .nvbr-color {
        background-color: black;
    }
    
    .not-current-link {
        color: rgb(114, 108, 108);
        font-weight: 200;
        font-size: 14px;
    }
    
    .current-link {
        color: #ffffff;
        font-weight: bolder;
    }
    
    a:hover,
    a:link,
    a:visited,
    a:active {
        text-decoration: none;
        color: white;
    }
    
    .blob {
        top: 20%;
        position: absolute;
    }
    
    .img-blob-fluid {
        max-height: 450px;
        max-width: 500px;
    }
    
    .top {
        z-index: 1000;
        position: fixed;
        bottom: 30px;
        right: 30px;
        background-color: rgb(32, 87, 32);
        width: 90px;
        height: 40px;
        border-radius: 20px;
        line-height: 36px;
        text-align: center;
    }
    
    .online-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 130px;
        height: auto;
        background-color: rgba(0, 0, 0, 0.792);
        border-radius: 10px;
        text-align: center;
    }
    
    .download {
        margin-right: 20px;
        margin-left: 20px;
        text-shadow: 2px 2px black;
        text-align: center;
    }
    
    .shape-top {
        margin-bottom: -100px;
        box-sizing: border-box;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }
    
    .title {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    
    .title-download {
        box-shadow: 2px 2px 4px 4px black;
        margin-top: 150px;
        margin-bottom: 20px;
        box-shadow: 2px 2px 4px 4px black;
        background: rgba(0, 0, 0, 0.5);
        background-image: url(../img/download-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        z-index: 0;
        max-width: 60%;
    }
    
    .download-img {
        width: 130px;
        height: auto;
    }
    
    .legal-info {
        margin-top: 70px;
        margin-bottom: 70px;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.779);
        text-align: center;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.555);
    }
    
    .app-info {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 70px;
        margin-bottom: 70px;
        font-weight: lighter;
        color: rgba(255, 255, 255, 0.779);
        text-align: center;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.555);
    }
    
    .text-header {
        margin-top: 100px;
        font-size: 90px;
        color: rgb(31, 170, 52);
    }
    
    @keyframes arrow {
        0%,
        100% {
            transform: translate(0, -10px);
        }
        50% {
            transform: translate(0, 10px);
        }
    }
    
    .arrow-anim {
        margin-top: 70px;
        text-align: center;
        text-shadow: 6px 3px black;
        animation: arrow 4s infinite linear;
        font-size: 40px;
        margin-bottom: 120px;
    }
    
    .text-sub {
        text-indent: 30px;
        color: white;
        font-size: 30px;
        font-weight: lighter;
    }
    
    .first-info {
        text-align: center;
        color: white;
        text-shadow: 1px 1px black;
        font-size: 30px;
        font-weight: light;
    }
    
    .first-text {
        text-align: left;
        color: white;
        text-shadow: 1px 1px black;
        font-size: 30px;
        font-weight: normal;
    }
    
    .img-fluid-phone {
        rotate: 10deg;
        z-index: 10;
        max-width: 300px;
    }
    
    @media only screen and (max-width: 1080px) {
        .info-main {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 40vh;
        }
        .first-text-div {
            height: 45rem;
        }
        .download-img,
        .online-btn {
            width: 100px;
            height: 40px;
        }
        .title {
            margin-top: 100px;
            margin-bottom: 20px;
        }
        .text-sub {
            text-indent: 30px;
            font-size: 30px;
            margin-bottom: 20px;
        }
        .arrow-anim {
            margin-top: 20px;
            text-shadow: 6px 3px black;
            animation: arrow 4s infinite linear;
            font-size: 40px;
            margin-bottom: 120px;
        }
        .img-fluid {
            margin-top: 60px;
            margin-bottom: 60px;
        }
        .img-blob-fluid {
            max-height: 360px;
            max-width: 450px;
        }
        .top {
            z-index: 1000;
            position: fixed;
            bottom: 10px;
            right: 30px;
            background-color: rgb(32, 87, 32);
            width: 120px;
            height: 50px;
            border-radius: 20px;
            line-height: 46px;
            text-align: center;
            font-size: 24px;
        }
        .nav-font-size {
            font-size: 24px;
        }
        .app-info {
            margin-top: 150px;
            font-size: 24px;
        }
        .contact-text-title {
            font-size: 1.5rem;
            font-weight: lighter;
            text-align: center;
        }
        .contact-text {
            color: white;
            font-size: 1rem;
            font-weight: 500;
            text-align: center;
        }
        .phone {
            max-width: 25%;
            height: auto;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .first-text-div {
            height: 45rem;
        }
        .title-download {
            box-shadow: 2px 2px 4px 4px black;
            margin-top: 200px;
            margin-bottom: 10px;
            padding-bottom: 70px;
        }
        .download-img,
        .online-btn {
            width: 120px;
            height: 50px;
        }
        .contact-text-title {
            font-size: 1.5rem;
            font-weight: lighter;
            text-align: center;
        }
        .contact-text {
            color: white;
            font-size: 1rem;
            font-weight: 500;
            text-align: center;
        }
        .app-info {
            margin-top: 50px;
            font-size: 24px;
        }
        .phone {
            max-width: 30%;
            height: auto;
        }
    }