body{
  font-family: 'Kaisei Tokumin', serif;
  background: #201c2b;
  margin: 20px
}
h1 {
  color: white;
}

a{
  text-decoration: none;
  color: #555;
  text-align: center;
}
.stream1{
  display: inline-block;
  border-width: 1px;
  border-style: dotted;
  border-color: white;
}

.stream2{
  display: inline-block;
  border-width: 1px;
  border-style: dotted;
  border-color: white;
}

.button {
  display: inline-block;
  float: right;
  background: none;
}

button {
  background-color: #6441a5;
}

.options {
  background-color: #422b6e;
}

.options:hover, .options:focus {
  ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn {
  background: #22dbf0;
  color: #fff;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 30px;
  transition: background 0.5s;
  float: right;
}

.stream1-controls {
  float: right;

}

.stream2-controls {
  float: right;
}

.twitch-embed {

}

.twitch-embed2 {

}

.right-margin {
  float: right;

}

.dropbtn {
  background-color: #6441a5;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #422b6e;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #6441a5;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #422b6e;}

.show {display: block;}
