@charset "utf-8";
/* CSS Document */

.petit2 {
  color: #000066;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #000066; 
  padding-bottom: 5px; 
  margin-bottom: 20px; 
  border-top: 1px solid #000066; 
  padding-top: 5px; 
  margin-top: 20px; 
}

    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #f0f0f0;
    }
    header {
      height: 80px;
      background-color: #FFD600;
     color: #111;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    header img {
      max-height: 100%;
    }
    .container {
      max-width: 800px;
      margin: 20px auto;
      background-color: white;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .question {
      margin-bottom: 20px;
    }
    .result {
      font-size: 1.5em;
      font-weight: bold;
      margin-top: 20px;
      color: #333;
    }
    button {
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
      background-color: #2196F3;
      color: white;
      border: none;
      border-radius: 5px;
    }
	
.bottone-verde {
  background-color: #07960a;
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
}

.bottone-verde:hover {
  background-color: #057b08;
}
	
	 .menu {
      display: flex;
      justify-content: flex-end;
      background: #FFEB3B;
      padding: 10px 20px;
    }
    .menu a {
      color: #333;
      text-decoration: none;
      margin-left: 20px;
      font-weight: bold;
      transition: color 0.2s;
    }
    .menu a:hover {
      color: #FF4081;
	  
	  