body {
  background-color: #f0e7d8;
}

hr {
  clear: both;
  visibility: hidden;
}

button {
  background-color: white;
  border: 3px solid #99896e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
}

#prestige {
  background-color: #dfedf5;
  border: 3px solid #4987ab;
  color: #003654;
}

#hardreset {
  background-color: #ff928a;
  border: 3px solid #ff0000;
  color: #9c0a00;
}

#infinity {
  width: 31%;
  background-image: url("https://wallpaperaccess.com/thumb/1788476.jpg");
  border: 3px solid black;
}

#collapse {
  width: 65%;
  height: 75px;
  background-image: url("https://maryshakshober.com/grid2.png");
  background-position: center;
  background-size: 100%;
  color: #d5f1f5;
  border: 3px solid purple;
}

#singularity {
  position: absolute;
  width: 15%;
  border: 3px solid #7100ad;
  right: 0;
  top: 0;
  background-image: url("https://1-background.com/images/stars-1/beautiful-blue-stars-fill.jpg");
}

.singularity_button {
  background-color: black;
  color: #a600ff;
  width: 100%;
  border: 3px solid #7100ad;
  font-family: 'Geo';
  font-size: 16px;
}

#wait {
  width: 30%;
  background-size: cover;
  background-position: center;
  border: 5px solid blue;
  background-image: url("https://www.reasonablefaith.org/images/rf_podcasts/rf_detail_398_0.jpg");
}

.wait_button {
  background-color: #d1d8ff;
  border: 3px solid blue;
  font-family: 'Geo';
  color: #00006e;
  font-size: 28px;
}

#sushiverse {
  position: absolute;
  width: 15%;
  border: 3px solid #0300ad;
  right: 0;
  top: 0;
  background-image: url("https://cdn.glitch.com/31b3cdd5-f8cb-4b36-a184-2d7b81018c29%2Fsushibeans_space.jpg?v=1584334070080");
  background-position: center;
}

.sushiverse_button {
  background-color: black;
  color: #0000ff;
  width: 100%;
  border: 3px solid #0300ad;
  font-family: 'Nova Script';
  font-size: 1vw;
}

#heavenly_buy {
  background-image: url("https://cdn.glitch.com/31b3cdd5-f8cb-4b36-a184-2d7b81018c29%2Fsushibeansback2.jpg?v=1584608374081");
  color: #b89f00;
  text-shadow: 2px 2px #000000;
  width: 100%;
  border: 3px solid #ffff63;
  font-size: 1vw;
}

#upgrade_dice {
  background-image: url("https://cdn.glitch.com/31b3cdd5-f8cb-4b36-a184-2d7b81018c29%2Fsushibeansback2.jpg?v=1584608374081");
  color: #b89f00;
  text-shadow: 2px 2px #000000;
  width: 100%;
  border: 3px solid #ffff63;
  font-size: 1vw;
}

#heavenly_dice_div {
  position: absolute;
  width: 15%;
  border: 3px solid #ffff63;
  right: 16%;
  top: 1%;
  background-image: url("https://cdn.glitch.com/31b3cdd5-f8cb-4b36-a184-2d7b81018c29%2Fsushibeansback1.png?v=1584592030598");
  background-position: center;
}

#dice {
  background-color: #f7ea9e;
  width: 100px;
  height: 100px;
  border: 5px solid #dbc01f;
  border-radius: 25px;
  color: #b89f00;
}

#dice_roll {
  background-color: #ffffab;
  width: 55%;
  height: 40px;
  border: 3px solid #ffff63;
  border-radius: 15px;
  color: #b89f00;
  font-family: 'Geo';
}

#enter_omniverse {
  background-color: black;
  color: white;
  width: 100%;
  border: 3px solid white;
  font-family: 'Nova Script';
  font-size: 1vw;
}

#omniverse {
  position: absolute;
  width: 15%;
  border: 3px solid white;
  right: 0;
  top: 0;
  background-color: black;
}

.omniverse_button {
  background-color: black;
  color: white;
  width: 100%;
  border: 3px solid white;
  font-family: 'Nova Script';
  font-size: 1vw;
}

#options {
  position: absolute;
  width: 22%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

#changelog {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: black
}

#random_color {
  background-image: linear-gradient(to right, #ffbaba, #ffffba, #baffba);
}







.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}









#finish_div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;

   -webkit-transition: opacity 4s ease-in;
       -moz-transition: opacity 4s ease-in;
        -ms-transition: opacity 4s ease-in;
         -o-transition: opacity 4s ease-in;
            transition: opacity 4s ease-in;
}

#finish_div p.load {
    opacity: 1;
}