body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #5DADE2;
}

header img {
  height: 50px;
  width: auto;
}

header nav a {
  font-size: 1.2em;
  text-decoration: none;
  color: white;
  margin-right: 10px;
}

header a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  margin-right: 20px;
}

main {
  display: flex;
  margin: 20px;
}

main .left {
  width: 70%;
  font-size: 25px;
  padding-right: 20px;
}

main img.right {
  height: 400px;
  width: auto;
  align-self: center;
}

footer {
  background-color: #5DADE2;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  position: fixed;
  bottom: 0pt;
  left: 0pt;
}

footer p {
  margin: 0;
}
