html, body, div {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

h1 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 3px;
  margin: 75px auto;
}

h1 a {
  text-decoration: none;
  color: black;
}

.menu {
  margin: 0 0 75px 0;
  font-size: 17px;
  letter-spacing: 1.5px;
}

.menu td {
  width: auto;
  padding: 5px 20px;
}

.menu a {
  text-decoration: none;
  color: #4193A3;
}

.menu td:hover {
  opacity: 0.5;
}

h2 {
  letter-spacing: 1.5px;
  font-size: 17px;
  margin: 40px 0;
  border-bottom: 1px solid #D8D8D8;
}

.profile {
  margin-bottom: 135px;
  letter-spacing: 1.5px;
  display: flex;
  flex-wrap: wrap;
}

.profile h3 {
  font-size: 16px;

}

.profile p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px;
}

.profile img {
  width: 400px;
}

.footer {
  font-size: 10px;
  letter-spacing: 1.5px;
}
