@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

#widget{
  width: 100%;
  height: 250px;
  overflow: auto;
  font-size: 20px;
}
#help{
  width: 100%;
  height: 300px;
  overflow: auto;
  font-size: 20px;
}

.rules-box {
  height: 350px;
  min-height: 300px;
  overflow: auto;
  font-size: 50px;
}
html, body {
  /* background-color: #ffffff; */
  max-width: 100%;
  overflow-x: hidden;
  color: black;
  font-family: "Roboto", sans-serif;
}

body{
  height: 1920px;
  background-color: #cccccc;
  background-image: linear-gradient(darkblue,blue, white);
  background-size: cover;
  background-repeat: no-repeat;
}

