@import'https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Poppins:wght@200&display=swap';


body {
    width:  100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(234, 235, 227);
}


nav {
    background-image: linear-gradient(25deg, rgb(234, 235, 227) 0%, #308851 100%);
    justify-content: flex-end;
}


ul {
    list-style-type: none;
    justify-content: space-between;
    width: 20%;	
    padding: 0 5px 0 5px;
    margin: 0;
}

li {
    padding: 1rem;
    width: 100%;
    height: 100%;
}

img {
    display: center;
}

a {
	text-decoration: none;
}

.spacing {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.links {
    text-decoration: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


h1 {
    font-weight: bold;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


footer {
    left: 0;
    bottom: 0;
  }

  #wrap {
    min-height: 100%;
  }
  
  