body {
  background-color: #edf0f1;
}

header {
  margin-top: 25px;
  margin-left: 22em;
  margin-right: 22em;
}

.logo {
  width: 290px;
}

.nav {
  float: right;
  padding: 20px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: medium;
}

ul {
  position: relative;
  float: left;
  left: 50%;
  margin: 0 auto;
  padding: 0;
}

.nav__links li {
  position: relative;
  float: left;
  right: 50%;
  margin-right: 10px;
  padding: 5px 5px;
  background: #edf0f1;
  list-style: none;
  color: #24252a;
}

.nav__links li a {
  color: #24252a;
  text-decoration: none;
}

.nav__links li a:hover {
  color: #1255db;
}

hr {
  border: 1px solid #6091d1;
}

.mcs {
  text-align: center;
}

h1 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 40px;
  color: #24252a;
}

h2 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 22.5px;
  margin-top: -30px;
  color: #24252a;
}

p {
  color: 24252a;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  margin-top: 25px;
  margin-left: 22em;
  margin-right: 22em;
}

#footer {
  color: #edf0f1;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-size: small;
  background-color: #1255db;
  position: fixed;
  left: 20em;
  right: 20em;
  bottom: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
