* {
    margin: 0;
    padding: 0;
    
  }

input, a, #age {
    padding: 10px;
    font-size: 16px;
    margin: 10px;
    border-radius: 8px;
    border: none;
    color :gray
  }
input, #age {
    width: 300px;
  }
button {
    background-color: white;
    color: #ff4655;
    border-color: #ff4655;
    border-width:  3px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;

  }
button:hover{
  background-color: #ff4655;
  color: white;
  cursor: pointer;
  align-items: center;
  border-radius: 10px;
  left: 50%;

}


body {
    margin: 0;
    padding: 0;
    background: #03214a;
    color: white;
    font-family: 'Roboto Mono', monospace;
    
    justify-content: center;
    align-items: center;
    height: 100vh;

    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  
#countdown-container {
    text-align: center;
    
    width: 100%;
    background-color: #ff4655;
    border-top: 20px;
    border-bottom: 20px;
    padding: 60px 20px;
    z-index: 1;

  background: radial-gradient(#0a0a0a, #01010f);
  height: 45vh;
  
   
    

  }
  
.countdown-glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 40px 60px;
    box-shadow: 0 0 30px rgba(255, 70, 85, 0.4);
    text-align: center;
    animation: fadeIn 2s ease-in;
  }

  .countdown-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    animation: fadeIn 2s ease-in-out;
  }
  
#countdown {
   
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: 'Orbitron', sans-serif;
  color: orange;
    

    

  }
  
  #countdown span {
    background: radial-gradient(circle at 50% 50%, #222 0%, #000 70%);
    border: 2px solid rgba(255, 140, 0, 0.3);
    border-radius: 10px;
    padding: 20px;
    min-width: 60px;
    text-align: center;
    box-shadow:
      0 0 10px rgba(255, 140, 0, 0.6),
      0 0 30px rgba(255, 140, 0, 0.3),
      inset 0 0 20px rgba(255, 140, 0, 0.2);
    animation: flicker 2.5s infinite;
    position: relative;
    display: inline-block;
    width: 2ch; /* width of 2 characters */
    text-align: center;

    
  }

  .hero {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("HERO.JPG");
    background-size: cover; /* make it cover the whole area */
    background-position: center; /* center the image */
    background-repeat: no-repeat; /* prevent repetition */
    
    
  }
  
  .top-buttons {
    position: absolute;
    top: 20px;
    display: flex;
    gap: 20px;
    font-family: "Exo", sans-serif;
  }
  
  .circle-btn {
    background: black;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    border-color: white;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 3px solid white;
    font-size: 1.5rem;
  }
  .daos-btn {
    background: white;
    font-size: 2rem;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    width: 160px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 3px solid black;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
    font-family: "Orbitron", sans-serif;
  }
  

  .rocket {
    max-height: 50vh;
    margin: 20px 0;
  }
  
  .oval {
    background: white;
    color: black;
    padding: 15px 25px;
    border-radius: 50%;
    font-size: 1.2em;
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
    max-width: 80%;
    border: 3px solid black; /* added border */
  }
  .schools-btn {
    background: white;
    color: black;
    padding: 15px 25px;
    border-radius: 50%;
    font-size: 1.2em;
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
    max-width: 80%;
    border: 3px solid black; /* added border */
  }
  .oval-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px; /* space between ovals */
    margin-top: 20px; /* raise them a bit */
  }
  
  /* Main title oval (slightly smaller + shifted left) */
  .oval-title {
    background: white;
    color: black;
    padding: 30px 35px;
    border-radius: 50%;
    font-size: 1.2em;   /* smaller */
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
    border: 8px solid black;
    font-family: "Orbitron", sans-serif;
    max-width: 350px;   /* prevent it from being too wide */
    text-align: center;
  }
  
  /* New right oval */
  .oval-subtitle {
    background: white;
    color: black;
    padding: 30px 35px;
    border-radius: 50%;
    font-size: 1.2em;
    font-family: "Exo", sans-serif;
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
    border: 8px solid black;
    max-width: 360px;
    text-align: center;
  }
  
  .arrow-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    margin: 20px;
  }

  .oval-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-family: "Exo", sans-serif;
    border-radius: 50%;

  }
  
  /* Style arrows 1 & 2 better */
  .arrow {
    position: relative;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 40px solid white;
  }
  
  .arrow span {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 1.4rem;
    color: red;
  }

.arrow::after {
  content: attr(data-number);
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  color: red;
  font-size: 1.5rem;
}

/* Make "Did you fill in both 1 & 2?" oval */
.bottom-oval.up {
  border-radius: 50%;
  padding: 20px 30px;
  font-weight: bold;
  border: 4px solid red;
  color: red;
  text-align: center;
  background: white;
  margin: 0px auto;   /* <-- pushes it up, keeps centered */
  position: relative;  /* <-- no absolute, so it won’t overlap */
  left: 160px;

}

/* Schools / Teachers oval */
.side-buttons .oval-btn .oval {
  background: white;
  border: 3px solid black;
  border-radius: 50%;
  padding: 12px 20px;
  text-align: center;
  color: black;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(255,255,255,0.4);
  transition: transform 0.2s ease;
  display: inline-block;
  padding: 12px 25px;
  background: white;
  border: 3px solid black;
  font-weight: bold;
  font-size: 0.9em;
  color: black;
  text-align: center;
  white-space: nowrap;
}

.side-buttons .oval-btn .oval:hover {
  transform: scale(1.05);
  background: #ff4655;
  color: white;
  border-color: #ff4655;
}
  
  
  
  .arrow-text {
    background: black;
    color: white;
    border: 3px solid white; /* added border */
    padding: 15px 20px;
    border-radius: 50%;
    margin-top: 8px;
    font-family: "Exo", sans-serif;
  }
  
  .side-buttons {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;

  }


/* Push arrows & bottom ovals lower */
.side-buttons {
  top: 50%;  /* move them down */
}

.bottom-oval.up {
  margin-top: 200px;
}

.bottom-oval {
  bottom: -10px; /* lower it further */
}
  
  .side-left {
    left: 20px;
    top: 50%;
  }
  
  .side-right {
    right: 20px;
    top: 50%;
  }
  
  .bottom-oval {
    position: absolute;
    bottom: 20px;
    background: white;
    color: black;
    padding: 15px 25px;
    border-radius: 50px;
    max-width: 90%;
    font-family: 'Exo', sans-serif;
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
    font-size: 1.1rem;
  }
  .up{
   
    position: absolute;
    bottom: 20px;
    background: white;
    color: red;
    padding: 15px 25px;
    border-radius: 50px;
    max-width: 80%;
    font-family: 'Exo', sans-serif;
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
  }

  /* Flicker keyframes (subtle) */
@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    opacity: 1;
    text-shadow:
      0 0 5px #ff9933,
      0 0 10px #ff9933,
      0 0 20px #ff6600;
  }
  20%, 22%, 24%, 55% {
    opacity: 0.6;
    text-shadow: none;
  }
}
.label {
    margin-top: 10px;
    font-size: 1.7rem;
    letter-spacing: 0.3em;
    
    font-family: 'Orbitron', sans-serif;
    

   
  }

#daos{
    height: auto; 
    width: 100%;
   
  }
#main-header {
  background: linear-gradient(to right, #000000, #440044, #990000, #ffaa00);
  width: 100%;
  position: static; 
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
    
  }
  
.nav-bar {
    
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    opacity: 0;
    animation: fadeInNav 1s ease-out forwards;
    animation-delay: 3.2s; /* Adjust to match typing duration */
    position: static; 
    
  }

@keyframes fadeInNav {
  to {
    opacity: 1;
  }
}
  
.nav-btn {
    background: transparent;
    color: white;
    font-family: 'Orbitron', sans-serif;
    text-decoration: none;
    
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
  }
  
.nav-btn:nth-child(1):hover {
    background: purple;
    border-color: purple;
    color: white;
  }
  
.nav-btn:nth-child(2):hover {
    background: red;
    border-color: red;
    color: white;
  }
  
.nav-btn:nth-child(3):hover {
    background: yellow;
    border-color: yellow;
    color: black;
  }
  
.nav-btn:nth-child(4):hover {
    background: black;
    border-color: black;
    color: white;
  }
  
.nav-btn:nth-child(5):hover {
    background: white;
    border-color: white;
    color: black;
  }
 
#nameR {
   padding: 10px;
   text-align: center;
   font-family: 'Orbitron', sans-serif;
  } 
#nameDescription{
    padding-bottom: 20px;
    text-align: center;
   } 

#hero {
    height:100vh;
    min-height: 600px;
    background: linear-gradient(to right, #000000, #440044, #990000, #ffaa00);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    background-size: cover;
    background-position: center;
    padding: 0 20px;
    width: 100%;
    
    
    
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 200px;
  }
  
  h1 {
    font-size: 3rem;
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 1rem;
  }
  
  p {
    font-size: 1.2rem;
    margin: 1rem 0;
    font-family: 'Exo', sans-serif;
  }
  .typewriter-line  {
    display: inline-block;
    overflow: hidden;
   
    white-space: nowrap;
    width: 0;
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    margin: 0 auto;
    animation: typing 3s steps(24) forwards, blink 0.7s step-end infinite;
    max-width: 100%;
    position: relative; /* needed for ::after caret */
  }


.line1 {
  width: 0;
  animation: typing1 2s steps(10) forwards, blink 0.7s step-end infinite;
}

.line2 {
  width: 0;
  animation: typing2 2s steps(24) 2s forwards, blink 0.7s step-end infinite 2s;
}
  
.line1::after,
.line2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: white;
  animation: blink 0.7s step-end infinite;
  opacity: 1;
}

.line1.caret-off::after {
  opacity: 0;
}

.line2.caret-off::after {
  opacity: 0;
}

  
@keyframes typing1 {
  from { width: 0 }
  to { width: 6ch }
}

@keyframes typing2 {
  from { width: 0 }
  to { width: 12ch }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; } 
}

.line2.done::after {
  border-right: none;
}
  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
  }

  
  @keyframes blink {
    50% { border-color: transparent }
  }
  
  .fade-in {
    opacity: 0;
    animation: fadeSlideUp 1s ease-out forwards;
  }
  
  .fade-in.delay {
    animation-delay: 3.5s;
  }
  
  @keyframes fadeSlideUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
 
  .cosmic-socials {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* center vertically */
    align-items: center;     /* center horizontally */
    gap: 4rem;
    min-height: 100vh; /* full screen height */
  
    /* Pointer bubble defaults */
    --pointer-x: 50%;
    --pointer-y: 50%;
    --base-color: #00d4ff;       /* cyan */
    --highlight-color: #ff6f91;  /* warm magenta */
  
    background: radial-gradient(
      circle at var(--pointer-x) var(--pointer-y),
      var(--highlight-color) 0%,
      var(--base-color) 60px, /* smaller radius */
      transparent 120px
    );
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.15s ease;
    background: linear-gradient(135deg, #0ff, #07f, #0f0, #a0f);
    background-size: 400% 400%;
    animation: tronGlow 15s ease infinite;
    color: #00fff7; /* neon-ish text color */
    font-family: 'Orbitron', sans-serif; /* optional for tron vibe */
  }
  
  .cosmic-socials * {
    transition: color 0.2s ease;
  }
  
  /* Social block styling */
  .social-block {
    background-color: #03214a;
    padding: 2rem 3rem;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0, 191, 255, 0.3);
    text-align: center;
  }
  

@keyframes tronGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
  .social-block h2 {
    color: white;
    margin-bottom: 1rem;
    font-family: 'Exo', sans-serif; 
  }
  
  .social-icons {
    display: flex;
    gap: 2rem;
  }
  
  .social-link {
    font-size: 3rem;
    color: white;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .social-link:hover {
    transform: scale(1.2);
    color: var(--highlight-color);
  }
  

  .social-icons {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }

  .planet-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    background: radial-gradient(circle, rgba(0,191,255,0.4) 0%, rgba(0,0,50,0.8) 70%);
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,191,255,0.7), 0 0 30px rgba(0,191,255,0.4);
    animation: planet-rotate 6s linear infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .planet-icon:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgba(0,191,255,1), 0 0 50px rgba(0,191,255,0.8);
  }

  @keyframes planet-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  .social-link {
    display: inline-block;
    font-size: 3rem;
    margin: 0 10px;
    
    /* Remove white color */
    /* color: white; */
  
   
  }
 
  
  .social-link:hover {
    color: #ff4655; /* or you can remove this if you want hover effect to keep the wave */
  }


  @keyframes blink2 {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
  }
  
  .tron-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    color: #00faff;
    text-shadow: 0 0 5px #00faff, 0 0 10px #00faff, 0 0 20px #00faff;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  
  .tron-title #typewriter::after {
    content: '|';
    margin-left: 5px;
    animation: blink2 0.8s infinite;
    color: #ff6f91;
  }
  
/* ========================= */
/* 📱 Mobile & Tablet Styles */
/* ========================= */
@media (max-width: 1024px) {
  /* General text scaling */
  h1 {
    font-size: 2rem;
  }
  p {
    font-size: 1rem;
  }

  /* Hero adjustments */
  .hero {
    height: auto;
    min-height: 100vh;
    padding: 20px;
    background-size: cover;
  }

  .hero-content {
    margin-top: 120px;
    gap: 1rem;
  }

  /* Top buttons */
  .top-buttons {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
  }
  .circle-btn {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  .daos-btn {
    width: 90px;
    height: 45px;
    font-size: 1.4rem;
  }

  /* Oval title */
  .oval-title {
    padding: 25px 25px;
    font-size: 1.3em;
    top: -180px;
    border-width: 6px;
  }

  /* Side arrows */
  .side-buttons {
    top: 400px;
    bottom: 100px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    left:0px;
    right: 0px;
  }
  .side-left {
    left: 120px;
    top: 40%;
  }
  
  .side-right {
    right: 120px;
    top: 40%;
  }
  .arrow {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid white;
  }
  .arrow-text {
    padding: 6px 10px;
    font-size: 0.8rem;
  }

  /* Bottom oval */
  .bottom-oval {
    font-size: 1.1rem;
    padding: 10px 15px;
    bottom: 10px;
  }

  /* Countdown */
  #countdown {
    font-size: 2.5rem;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  #countdown span {
    padding: 13px;
    min-width: 65px;
    font-size: 1.8rem;
    border-radius: 15px;
  }

  #countdown span::after {
    display: block;
    font-size: 1rem;
    margin-top: 4px;
    color: white;
    text-align: center;
  }

  #days::after { content: "DD"; }
  #hours::after { content: "HH"; }
  #minutes::after { content: "MM"; }
  #seconds::after { content: "SS"; }

  .countdown-title {
    font-size: 1.5rem;
  }

  /* Social section */
  .cosmic-socials {
    padding: 40px 20px;
  }
  .tron-title {
    font-size: 1.6rem;
  }
  .social-icons {
    gap: 1rem;
  }
  .social-link {
    font-size: 2rem;
  }
  .planet-icon {
    font-size: 1.4rem;
    padding: 0.8rem;
  }

  .oval-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-family: "Exo", sans-serif;
  
    position: relative;  
    left: -80px;  /* move 20px to the left */
  }
  .label {
    display: none;
  }
  #countdown-container {
    text-align: center;
   width: 100%;

  background: radial-gradient(#0a0a0a, #01010f);
  height: 30vh;
  
}
.bottom-oval.up {
  position: relative;       /* keep it in the flow */
  display: block;
  margin: 20px auto 30px;   /* adds spacing above the next row */
  z-index: 2;               /* ensures it stays visible but not overlapping */
  text-align: center;
  max-width: 80%;           /* shrink slightly for better fit */
}

.schools-btn {
  display: block;
  margin: 20px auto;   /* centers horizontally */
  text-align: center;
  position: relative;
  left: 0;             /* remove any sideways offset */
  right: 0;
}
}



  @media (max-width: 600px) {
    /* Text scaling */
    h1 {
      font-size: 1.6rem;
    }
    p {
      font-size: 0.9rem;
    }
  
    /* Top buttons */
    .top-buttons {
      gap: 8px;
    }
    .circle-btn {
      width: 40px;
      height: 40px;
      font-size: 0.9rem;
    }
    .daos-btn {
      width: 80px;
      height: 40px;
      font-size: 1.2rem;
    }
  
    /* Arrows */
    .arrow {
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 25px solid white;
    }
  
    .arrow-text {
      font-size: 0.7rem;
    }
  
    /* Countdown */
    #countdown {
      font-size: 2rem;
      gap: 6px;
    }
    #countdown span {
      padding: 6px;
      min-width: 50px;
      font-size: 1.5rem;
    }
    #countdown span::after {
      font-size: 0.6rem;
      margin-top: 2px;
    }
  
    /* Ovals general */
    .bottom-oval {
      font-size: 0.8rem;
      padding: 8px 12px;
    }
    .tron-title {
      font-size: 1.2rem;
    }
    .social-link {
      font-size: 1.6rem;
    }
    .planet-icon {
      font-size: 1rem;
      padding: 0.6rem;
    }
  
    /* Side buttons */
    .side-left {
      left: -110px;
      top: 50%;
    }
    .side-right {
      left: 85px;
      top: 50%;
    }
  
    /* Hero adjustments */
    .hero {
      height: 150vh; /* taller so nothing overlaps */
    }
  
    .oval-btn {
       display: inline-block;  
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      font-family: "Exo", sans-serif;
      position: relative;
      left: 0;   /* reset the shift */
      margin: 14px auto; /* consistent spacing */
      
    }
  
    /* Add extra spacing below "OUR GOAL" before ADD YOUR NAME */
    .oval-btn:nth-child(2) {
      margin-bottom: 40px;
     
    }
  
    /* Labels hidden on small screens */
    .label {
      display: none;
    }
  
    /* Countdown wrapper */
    #countdown-container {
      text-align: center;
      width: 100%;
      background: radial-gradient(#0a0a0a, #01010f);
      height: 30vh;
    }
    .countdown-glass {
      padding: 30px 0px;
    }
  
    /* Bottom ovals (history / contacts) */
    .bottom-oval.up {
      margin: 90px auto 30px;
      position: relative;
      top: auto;
      left: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 0.9rem;
      padding: 12px 20px;
      
    }
  
    .oval-wrapper {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      margin-top: -400px;
    }
  
    .oval-title, .oval-subtitle {
      max-width: 90%;
      font-size: 0.9em;
      padding: 18px 22px;
    }
    .oval-title { border-width: 5px; }
    .oval-subtitle { border-width: 2px; }
  
    /* Move bottom ovals further down */
    .bottom-oval {
      margin-top: 30px;
      position: relative;
      bottom: auto;
    }
  
    .side-buttons {
      top: 45%;
    }
  
    .arrow span {
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateX(-50%);
      font-weight: bold;
      font-size: 1.2rem;
      color: red;
    }
  
    /* Force Schools/Press button into the center */
    .side-buttons .schools-btn {
      position: relative !important;
      display: block !important;
      margin: 40px auto !important;
      text-align: center !important;
      left: 0 !important;
      right: 0 !important;
    }

    .contacts-oval {
      position: relative;
      left: -40px; /* move 20px left */
    }
    .history {
      position: relative;
      left: -40px; /* move 20px left */
    }
  }
  