* {
  padding: 0.3rem;
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: url(https://www.transparenttextures.com/patterns/escheresque.png);
}

nav {
  padding: 1rem;
  border-bottom: 3px solid #ccc;
  margin-bottom: 1rem;
}

#time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1rem;
}

.nav-buttons {
  display: flex;
}

.container {
  padding: 0.5rem;
}

footer {
  padding: 1rem;
  border-bottom: 3px solid #ccc;
  margin-bottom: 1rem;
}

#year {
  transform: rotate(0deg);
  max-width: fit-content;
  display: inline;
}


#scroll-up {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  box-shadow: 0 5px 20px rgb(0 0 0 / 60%);
  transition: all 0.3s ease;
}

span {
  display: block;
  transform: rotateZ(90deg);
}

@media screen and (max-width: 600px) {
  #nav-bar-container {
    display: flex;
    flex-wrap: wrap;
  }

  #header-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
