.text {
    color: white;
}

body {
    font-family: Arial, sans-serif;
    margin: auto;
    padding: auto;
    background: #f5f5f5;
  }
  header {
    background-color: #e76d6d;
    color: white;
    padding: 10px;
    text-align: center;
  }
  nav a {
    color: white;
    margin: 200px;
    text-decoration: none;
  }
  main {
    background-color: white;
    padding: auto;
    margin-top: 10px;
  }
  footer {
    text-align: center;
    margin-top: 20px;
    color: #666;
  }

/* Imagens */

#scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #e76d6d;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    text-decoration: none;
}

#backmenu {
  position: fixed;
  bottom: 50px;
  right: 25px;
  background-color: #e76d6d;
  color: white;
  border-radius: 5px;
}

#quiz {
  position: fixed;
  bottom: 80px;
  right: 30px;
  background-color: #e76d6d;
  color: white;
  border-radius: 5px;
}

.first {
    padding: 20px;
    margin: 20px;
    background-color: rgb(255, 233, 110);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
