* {
  font-family: "Poppins", cursive;
  font-size: 18px;
  color: #555555;
  margin: 0px;
  padding: 0px;
}

html {
  background-color: #f3f3f3;
}

a {
  text-decoration: none;
}

nav {
  list-style: none;
  display: flex;
  padding: 50px;
  gap: 100px;
}

nav a:hover {
  text-decoration: underline;
}

main {
  min-height: calc(100vh - 50px);
  padding: 100px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 75px;
}

.paragraph_header {
  font-size: 24px;
  color: #6a5acd;
}

.paragraph_header:hover {
  font-size: 32px;
}

.paragraph_body:hover {
  font-size: 24px;
}

footer {
  padding: 25px;
  display: flex;
  justify-content: center;
}
