/* new header */
    header {
      background: linear-gradient(to left, #4facfe, #00f2fe);
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      color: white;
    }
    .logo span:first-child {
      font-size: 26px;
      font-weight: bold;
    }
    .logo span:last-child {
      font-size: 40px;
    }
    nav a {
      text-decoration: none;
      color: white;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 10px 20px;
      border-radius: 30px;
      transition: background-color 0.3s, color 0.3s;
      font-weight: bold;
    }
    nav a:hover {
      background-color: white;
      color: #00c6ff;
    }
    body {
    margin: 0;
    padding: 0;
    line-height: 2em;
    background-color: #e2c4e2;
    font-size: 18px;
}
h1 {
    font: bold 20px 'Cairo';
}
button.t2 {
    display: inline-block;
    border-radius: 4px;
    background-color: #cc15cd;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 20%;
    transition: all 0.5s;
    margin: 0 0 0 10px;
}
button.t3 {
    font-family: 'Cairo';
    border-radius: 4px;
    background-color: #2ad92a;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 20%;
    transition: all 0.5s;
    margin: 0;
}
#first {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#m1 {
    background: none repeat scroll 0 0 #ffc4ff;
    border: 5px solid #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px #ccc;
    font-family: 'Cairo';
    font-size: 20px;
    font-weight: bolder;
    margin: 0 auto;
    padding: 0 10px;
    color: #F00;
}
.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 70%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 700px) {
.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 113%;
  right: 51%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
} 
button.t2 {
    display: inline-block;
    border-radius: 4px;
    background-color: #cc15cd;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 40%;
    transition: all 0.5s;
    margin: 0 0 0 10px;
}
    button.t3 {
        font-family: 'Cairo';
        border-radius: 4px;
        background-color: #2ad92a;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 16px;
        padding: 8px;
        width: 40%;
        transition: all 0.5s;
        margin: 0;
    }
}