body > main,
body > footer {
  max-width: 700px;
  margin-inline: auto;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.header img {
  width: 60px;
  margin-bottom: 10px;
}

article {
  margin: 30px;
}

label {
  font-weight: bold;
}

.user-panel {
  display: flex;
  justify-content: space-between;
}

.times {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.excel-download button {
  width: 100%;
}

#time {
  display: flex;
  align-items: center;
}

#time .fa-clock {
  margin-right: 3px;
}

#divider {
    animation: blink 1.2s step-end infinite;
}

.red {
  font-size: 1.2em;
  margin: 5px;
}

.red a {
  text-decoration: none;
  color: red;
}

#change_theme {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
