* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
:root {
  font-size: 16px;
}
#world {
  /* position: absolute; */
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(#e4e0ba, #f7d9aa);
}

body {
  overflow-x: hidden;
}
.landing__section {
  position: relative;
}
.content {
  position: absolute;
  top: 128px;
  left: 0px;
  right: 0px;
}
.content .hack__title {
  font-size: 4rem;
  font-family: "Poppins";
  text-align: center;
  font-weight: 600;
}

.content .hack__title .span {
  display: inline-block;
  color: #59a15b;
}

.content .hack__sub{
    color: black;
    font-size: 1rem;
    text-align: center;margin-bottom: .75rem;
}

.content .schedule {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

/* .something { */
  /* width: 100vw;
  background: #f7d9aa;
  min-height: 100vh;
} */
