html,
body {
    margin: 0;
    overflow-x: hidden;
}
.div-1 {
    background-color: rgba(57, 105, 57, 0.718);
    height: 100px;
}
nav {
    display: flex;
    width: 1900px;
    height: 100px;
}

#start-logo {
    position: relative;
    margin-top: 10px;
    width: 150px;
    left: 200px;
}

.nav-text {
    display: flex;
    text-decoration: none;
    color: white;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-end;
    position: relative;
    left: 800px;
    padding-left: 50px;
    font-size: 17px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.head-text1-2 {
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #74C69D;
    position: relative;
    left: 20px;
    top: 30px;
}

.head-text2-2 { letter-spacing: 3px;
    text-align: center;
    color: black;
    position: relative;
    left: 35px;
    font-size: 40px;
    line-height: 30px;
    top: 12px;
}

.head-text3-2 {
    font-family: sans-serif;
    text-align: center;
    color: black;
    position: relative;
    left: 40px;
    font-size: 17px;
    top: 2px;
    line-height: 30px;
}
.grid-container {  display: grid;
    grid-template-columns: 1fr 1fr;
    height: 1300px;  width: 150px; column-gap: 100px; row-gap: 50px;}
    
    .grid-image {  width: 450px; position: relative; left: 320px; }

    footer { background-color: #74C69D; width: 1800px; height: 100px; }
    #icons { position: relative; left: 200px; top: 45px; }
    #pfooter { position: relative; left: 1200px; color: white; }


