.story-script-regular {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #0056b3;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
.container {
  display: flex;
  margin: 0;

  padding: 10rem 0;
  overflow: hidden;
}
.header li {
  padding: 10px;
  text-align: center;
  list-style: none;
  width: 20rem;
  cursor: pointer;
}
li {
  color: black;
}
li:hover {
  transform: scale(1);
  color: #0056b3;
}
.main {
  box-sizing: border-box;
  border: 0px;
  width: 100%;
}
#head {
  font-size: 3rem;
  font-family: "Story Script", sans-serif;
  letter-spacing: 2rem;
}
#sub-head {
  font-size: 1rem;
  font-family: "Story Script", sans-serif;
  letter-spacing: 0.8rem;
}

@media (max-width: 768px) {
  .header {
    display: none;
  }
  .container {
    flex-direction: column; /* Ibi bituma bimanuka kumurongo umwe */
    text-align: center; /* Text ibe hagati kuri screen ntoya */
  }
  
   .menus {
    justify-content: center;
    display: flex;
  }
  }
  #head {
    font-size: 2rem;
    letter-spacing: 1rem;
    margin-left: 10px;
  }
  #sub-head {
    font-size: 2rem;
    letter-spacing: 1rem;
    margin-left: 10px;
  }
}

