html {
  background-color: teal;
  font-family: sans-serif;
}

body {
  margin: 50px 30%;
  color:whitesmoke;
}

button {
  width: 5rem;
  height: 5rem;
  background-color: whitesmoke;
  border: black;
  border-radius: 10px;
  font-size: 50px;
}

#container {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

h1, p {
  text-align: center;
}

.github-img {
  width: 30px;
  margin-top: 7px;
}

.github-img:hover {
  width: 35px;
}

footer {
  display: flex;
  gap: 10px;
  justify-content: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
