*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* FONTS */
h1 {
  margin-bottom: 1em;
}

/* BUTTONS */

#logout-button a {
  text-decoration: none;
}

.container {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 6em 2em;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  height: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
