ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #2ea913;
}

nav {
  display: flex;
  align-items: center;
  background-color: #2ea913;
  height: 80px;
  padding: 0 40px;
}

nav img {
  height: 60px;
  margin-right: 20px;
}

nav ul {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  background: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: none;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
}

p{
  text-align: justify;
  margin: auto;

  display: flex;

  border-radius: 25px;
  border: 2px solid #cdcdcd;
  padding: 25px;
  width: 400px;
  height: 125px;

  position: absolute;
  top: 300px;
  left: 275px;

  font-size: 16px;
}

h1{
  position: absolute;
  top: 200px;
  left: 300px;
}

a, h1, h2, p{
  font-family: sans-serif;
}


main img{
  position: absolute;
  top: 250px;
  left: 850px;
}

footer{
  position: absolute;
  top: 800px;
  width: 100%;
  height: 150px;
  background-color: #2ea913;
  text-align: center;
  padding-top: 15px;
  color: white;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
} 

table td {
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}