/* Application styles */

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

.dark-theme-toggle {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  font-size: 1.5rem;
  cursor: pointer;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

.image-logo {
  width: 125px;
}
