.body{
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 50px;
    background-color: rgb(87, 139, 87);
    padding: 16px;
    
}
a {
   
    text-decoration: none;
    color: white;
}
.icons-group {
    display: flex;
    gap: 50px;
}

.nav {
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(87, 139, 87);
    font-size: 22px;
    padding: 50px;
    color: white;
}
.nav a {
    font-style: italic;
}
.left-nav {
    display: flex;
    flex-direction: column;
}
.left-nav button {
    width: 100px;
    
}
.sign-up{
    font-style: italic;
    font-weight: 500;
    color: rgb(87, 139, 87);
}
.title-1 {
    display: flex;
    padding: 50px;
    font-size: 22px;
}
.content-one{
    display: grid;
    grid-template-columns: 150px 150px 150px 150px;
    align-items: center;
    justify-content: center;
    grid-column: 2 / 3;
    padding: 10px;
}



.content-two{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 50px;
    
    background-color: lightgray;
    font-style: italic;
    
}
.title {
    font-size: 22px;
}
.call-to-action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px;
    gap: 15px;
    font-size: 30px;

}
.call-to-action a {
    text-decoration: none;
    color: rgb(87, 139, 87);
}
.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background-color: rgb(87, 139, 87);
    color: white;
    
}


.header,
.container,
.footer
{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.resize {
width: 100px;
height: auto;
}
.resize-two {
    width: 50px;
    height: auto;
}

.resize-three {
    width: 250px;
    height: auto;
}
ul{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 8;
    padding: 8;
    gap: 16px;
}
