* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  margin: 0.625rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .balls {
    height: 4.25rem;
    width: 4.25rem;
  }
  .green {
  height: 3.0rem;
  width: 3.0rem;
  }
  
  .pequena {
  height: 2.12rem;
  width: 2.12rem;
    }
    
  .planilha {
  height: 36px;
  width: 1519px;
    }
  .options p {
    font-size: 2.25rem;
  }
}

.balls {
  height: 2rem;
  width: 2rem;
}

.big {
  height: 2rem;
  width: 3.9rem;
}

.green {
  height: 1.335rem;
  width: 1.335rem;
}

.pequena {
  height:1rem;
  width: 1rem;
}

.planilha {
  height: 36px;
  width: 1519px;
}

.number {
  width: 40px;
  height: 25px;
  font-size: 25px;
  border-radius: 10px;
  font-family: arial;
  font-weight: bold;
  margin-right: 5px;
}

.copyNumbers {
  padding: 0.3125rem;
  width: 3.5rem;
  margin: 0.625rem;
}

.title {
  font-size: 1rem;
  margin-top: 1.25rem;
  font-weight: bold;
}

.buttonCopy {
  background-color: grey;
  color: white;
  border: none;
  padding: 0.425rem;
  cursor: pointer;
  font-weight: bold;
}

.buttonCopy:hover {
  background-color: darkred;
}

body {
  margin: 0.625rem;
}

.linkBack {
  color: black;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  margin: 1.875rem;
}

.linkBack:hover {
  text-decoration: underline;
}

.botao {
  width: 150px;
  height: 30px;
  border: none;
  background-color: darkkhaki;
  color: white;
  border-radius: 10px;
  font-family: arial;
  font-size: 22px;
}

.table {
  display: flex;
  flex-direction: column;

  padding: 0.575rem;
  margin: 0.15rem;
}

.col {
  padding: 0.3125rem;
}
