
body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}








.mega_sena {
  background-color: #054b16; /* Green */
  width: 200px;
  margin: 20px;
  height: 30px;
  font-size: large;
  color: white;
  border-radius: 20px;
}
.loto_facil {
  background-color: #860a57; /* Green */
  width: 200px;
  margin: 20px;
  height: 30px;
  font-size: large;
    color: white;
     border-radius: 20px;
}

.quina {
  background-color: #6425ac; /* Green */
  width: 200px;
  margin: 20px;
  height: 30px;
  font-size: large;
    color: white;
     border-radius: 20px;
}

.lotomania {
  background-color: #d89741; /* Green */
  width: 200px;
  margin: 20px;
  height: 30px;
  font-size: large;
   border-radius: 20px;
}

.timemania {
  background-color: #74f369; /* Green */
  width: 200px;
  margin: 20px;
  height: 30px;
  font-size: large;
   border-radius: 20px;
}

.dia_de_sorte {
  background-color: #d1921c; /* Green */
  width: 200px;
  margin: 20px;
  height: 30px;
  font-size: large;
   border-radius: 20px;
}
a{
  text-decoration: none;
  color: white;

}
.jogos {
  display: flex;
  flex-direction: column;
}
