body {
    overflow: hidden;
    overscroll-behavior: contain;
}

#logo {
    position: absolute;
    top:  190px;
    left: 820px;
}

h2 {
    color: #2f8d46;
    text-align: center;
    font-family: "Arial";
}

#search-bar {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    border-radius: 50px;
    height: 4%;
    border: 1px solid #dddddd;
    outline: none;
    padding-left: 40px;
    top: 31%;
    left: 35%;
}

input:hover {
    box-shadow: 0px 1px 3px rgb(192, 185, 185);
}

.buttons {
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.Footer1 {
    position: absolute;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f2f3f3;
    height: 70px;
    width: 2000px;
    top: 85%;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

#location {
    position: absolute;
    left: 23px;
    top: 10px;
    font-size: 14px;
    color: #70757a;
}

.Footer2 {
    position: absolute;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f2f3f3;
    height: 790px;
    width: 2000px;
    top: 90%;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

#Ads {
    position: absolute;
    left: 23px;
    top: 20px;
    text-decoration: none;
    color: #70757a;
}

#Ads:hover {
    text-decoration: underline;
}

#Business {
    position: absolute;
    left: 120px;
    text-decoration: none;
    color: #70757a;
    top: 20px;
}

#Business:hover {
    text-decoration: underline;
}

#How {
    position: absolute;
    left: 190px;
    top: 20px;
    text-decoration: none;
    color: #70757a;
}

#How:hover {
    text-decoration: underline;
}

#leaf {
    position: absolute;
    left: 44%;
    top: 20px;
}

#Carbon {
    position: absolute;
    left: 45.5%;
    top: 24px;
    text-decoration: none;
    color: #70757a;
}

#Carbon:hover {
    text-decoration: underline;
}

#searchicon {
    position: absolute;
    top: 32.2%;
    left: 35.7%;
    width: 20px;
}

#buttonhehe {
    background-color: white;
}

/* =========== SCREEN FITTER ================ */
@media screen and (max-width: 720px) {
    body {
     overflow: scroll;
     overflow-y: hidden;
    }

    .container {
        width: 94%;
        grid-template-columns: 7rem auto 23rem;
    }

    #logo {
        top: 500px;
        left: 240px;
        width: 200px;
    }
    
    #search-bar {
        font-size: 20px;
        top: 570px;
        left: 110px;
        width: 400px;
        height: 50px;
    }

    #searchicon {
        top: 581px;
        left: 120px;
        width: 30px;
    }

    .Footer1 {
        font-size: x-large;
        top: 950px;
        width: 700px;
    }

    .Footer2 {
        font-size: medium;
        width: 700px;
        top: 1000px;
    }
    
    #leaf {
        top: 100px;
        left: 170px;
        width: 30px;
        height: 30px;
    }

    #Carbon {
        top: 100px;
        left: 210px;
        font-size: x-large;
    }

    #How {
        font-size: 20px;
        top: 30px;
        left: 400px;
    }

    #Business {
        font-size: 20px;
        top: 30px;
        left: 270px;
    }
    
    #Ads {
        font-size: 20px;
        top: 28.5px;
        left: 100px;
    }

    #location {
        top: 2px;
        font-size: 20px;
    }
}

