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

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

  padding: 4rem;
  overflow: hidden;
}
#head {
  font-size:30px ;
 font-weight:300;
 
  
  /* font-family: "Story Script", sans-serif; */
  /* letter-spacing: 2rem; */
  margin: 20px;
}
.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  width: 20rem;
  /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); */
}
.logo {
  padding: 0;
  font-size: 10px;
  font-family: "Story Script", sans-serif;
  letter-spacing: 1rem;
}
#logo {
  padding: 0;
  font-size: 13px;
  font-family: "Story Script", sans-serif;
  letter-spacing: 0.2rem;
}
.header li {
  list-style: none;
  width: 20rem;
  cursor: pointer;
  padding: 3%;
}
li {
  color: black;
}
li:hover {
  transform: scale(1);
  color: #0056b3;
}
.main {
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
}
