* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

.li {
  border-right: 1px solid #000;
  padding-right: 10px;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 20px;
  border: 2px solid #000;
  width: 95%;
}

ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  color: black;
}

nav ul li {
  margin-right: 20px;
}

.nav li {
  list-style: none;
  margin-left: 20px;
}

nav ul {
  display: flex;
  justify-content: space-between;
}

nav ul li:hover {
  color: rgb(119, 119, 235);
  cursor: pointer;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form button {
  margin-left: 340px;
  margin-top: 20px;
}

table {
  border: 1px solid #000;
  width: 40%;
}

tr {
  display: flex;
  justify-content: space-between;
}

form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  align-items: center;
}

input {
  margin: 10px 0;
  width: 30%;
  padding: 2px;
}

ul li h2 {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 10px;
}

hr {
  margin-top: 10px;
  width: 100%;
}

.list1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.close {
  display: none;
}

.footer {
  width: 95%;
  border: 2px solid #000;
  margin-left: 25px;
  position: absolute;
  bottom: 0;
}

.contact h2 {
  margin: 20px 0;
}
