body {
    transition: background-color 0.3s 1;
}

.dark-mode {
    background-color: black;
    color: white;
}

.light-mode {
    background-color: white;
    color: black;
}

.mdl-layout {
    align-items: center;
    justify-content: center;
  }