* {
  margin: 0;
  padding: 0;
}

nav {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #272822;
  color: white;
  height: 72px;
}

.content {
  font-family: "Potta One", cursive;
}

.container {
  /* background-color: red; */
  width: 50vw;
  padding: 32px 0;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.logo {
  padding: 0 13px;
}

.logo img {
  width: 32px;
}

.toolbar-item button {
  cursor: pointer !important;
  color: white !important;
  border: 1px solid white !important;
  border-radius: 15px !important;
  padding: 5px 14px !important;
}

footer {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
}

.button:hover {
  background-color: #45a049;
}
