body {
  margin: 0;
  background-color: darkblue;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
ul {
  margin: 0;
  list-style-type: none;
}
/* a {
  padding-right: 50px;
  padding-left: 50px;
  text-decoration: none;
  color: inherit;
} */
.basis {
  padding-top: 0;
  display: block;
  width: auto;

  height: 65px;
  background-color: rgb(21, 11, 62);
  position: relative;
}
.logo-img {
  height: 40px;
  padding-top: 10px;
  float: left;
}
.nav-list li {
  display: inline-block;
  color: aqua;
}
.basis button {
  width: 130px;
  height: 60px;
  border: 3px solid #315cfd;
  border-radius: 45px;
  transition: all 0.3s;
  cursor: pointer;
  background: white;
  font-size: 1.2em;
  font-weight: 550;
  font-family: "Montserrat", sans-serif;
  float: right;
}

.button:hover {
  background: #315cfd;
  color: white;
  font-size: 1.5em;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table,
th,
td {
  border: 1px solid black;
  padding: 2px;
}

th,
td {
  padding: 2px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  color: #e6e5ff;
}
img {
  max-width: 100%;
  height: auto;
  display: flex;
  margin: 0 auto;
}
.dd {
  display: block;
  place-items: center;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}

p {
  color: blanchedalmond;
}
footer {
  background-color: #5126ff;
  height: 90px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 20px;
}
