body {
  background-color: #5B463B;
}

#funnyman {
  width: 40px;
  height: 40px;
  display: none;
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
h1 {
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  margin: 20px 0px;
}
#button {
  height: 100px;
  width: 100px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-image: linear-gradient(#FF5733, #99341F);
}
#button:active {
  background-image: linear-gradient(#99341F, #FF5733);
  box-shadow: none;
}
footer {
  color: #ffffff;
  font-size: 20px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  text-decoration: underline;
  color: black;
}