.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.header {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 425px;
}

.twitch {
	margin: 25px 0px;
}

.panel-center {
	text-align: center;
}

.twitch_chat {
	visibility: hidden;
	position: fixed;
	right: 3%;
}

.theme-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: inherit;
}

.inner {
  transition: opacity 0.2s ease;
}