body {
  margin: 0;
}

.navigation {
  display: flex;
}

.navigation-link {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: #c22f2f;
  align-items: center;
  padding: 0 200px;
  font-size: 24px;
  font-family: "Sanchez", serif;
}

.navigation-link a {
  color: black;
  text-decoration: none;
}

.navigation-logo {
  background-color: black;
}

.blog-content {
  background-color: #bbbbbb;
  margin: 20px;
  height: 1000px;
  padding: 50px;
  border-radius: 20px;
}

.header-text {
  font-family: "Rouge Script", cursive;
  font-size: 48px;
}

.blog-content-text {
  font-family: "Sanchez", serif;
  font-size: 36px;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin: 0;
  background-color: black;
  padding: 20px;
}

.footer-text {
  display: flex;
  align-items: flex-end;
  color: white;
}

.footer-logo img {
  width: 50px;
  margin-right: 10px;
}
