p, h2, .quiz, .question {
  font-size: 18px;
  line-height: 1,5em;
  color: green;
  ;
}

h1 {
  font-size: 45px;
  color: #EA4C89;
  


}
body{
  color: F082AC;
  margin-bottom: 14%;
}

.header-top {
  margin-bottom: 4%;
  
  
}

.header {
  display: flex;
  flex-direction: row;
  align-items:normal;
  justify-content: space-between;
  border-style: dotted;
  color: black;
}

.menu {
  display: block;
  
  
        
}

.pagina {
display:block;
margin-left: auto;
margin-right: auto;
width: 40%;
font-size: 18px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
min-width: 768px;
}

.answerButton {
background-color: #EA4C89;
border-radius: 8px;
border-style: none;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
line-height: 20px;
list-style: none;
margin: 0;
outline: none;
padding: 10px 16px;
position: relative;
text-align: center;
text-decoration: none;
transition: color 100ms;
vertical-align: baseline;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.answerButton:hover,
.answerButton:focus {
background-color: #F082AC;
}
.answerBox {
color: green;
border: 1px solid green;

}
.error {
color: red;
font-size: 70%;

  
}

.quiz-container {
  margin: 40px auto;
  max-width: 800px;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.question {
  margin: 20px 0;
  text-align: left;
}
.question p {
  font-size: 18px;
}
.question input {
  margin-right: 10px;
}
.submit-btn {
  background-color: #ff4f5a;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.submit-btn:hover {
  background-color: #ff2d3a;
}
.result {
  font-size: 22px;
  margin-top: 20px;
}