/*----------------------------------------------*/

body {
  all: unset;
}

/*----------------------------------------------*/

.unset {
  all: unset;
}

/*----------------------------------------------*/

.bigbigbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  caret-color: transparent;
  height: 60px;
  width: 96px;
  border: 0px solid transparent;
  background-color: sandybrown;
}
.bigbigbutton:hover {
  background-color: mediumslateblue;
}

/*----------------------------------------------*/

.bbbdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  width: 100vw;
}

/*----------------------------------------------*/
