body {
background-image:url("pizzalis.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
html {
height: 100%
}
.logo {font-family: 'Pacifico', cursive;font-size: 64px;background: linear-gradient(135deg, #ff4e00, #ec9f05);-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);font-size: 25px;font-weight: bold;margin-top: 20px;}
.subtext {font-family: 'Montserrat', sans-serif;font-size: 18px;margin-top: 8px;color: #444;letter-spacing: 1px;}

    h2 {
      color: #e63946;
      font-size: 32px;
      margin-bottom: 20px;
    }

    p {
      font-size: 18px;
      margin-bottom: 16px;
    }

    .highlight {
      font-weight: 600;
      color: #ff4e00;
    }

    .info {
      background: #ffe5d0;
      padding: 16px;
      border-radius: 8px;
      margin-top: 24px;
      font-size: 16px;
    }

    .info strong {
      color: #d00000;
    }
    li:hover{background: #181818!important;}