* {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
}
.section1 {
  box-sizing: border-box;
  background-image: url(images/shimla.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%;
  place-content: center;
  place-items: center;
  color: rgb(212, 228, 189);
  font-size: 1.8rem;
  font-weight: bolder;
}

.section1 h1 {
  font-size: 45px;
}
h2 {
  padding: 3rem;
  line-height: 5rem;
}
.link0 {
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 10px rgb(0, 0, 0);
  font-size: 1.8rem;
}

body {
  background-color: rgb(92, 87, 87);
}

.section2 {
  box-sizing: border-box;
  display: flex;
  margin-top: 3rem;
  background-image: url(images/for.jpg);
  background-size: cover;
  height: 520px;
  width: 1024px;
  justify-self: center;
  border-radius: 9px;
}
.section3 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 1024px;
  text-align: center;
  font-size: 2rem;
  line-height: 40px;
  justify-self: center;
  justify-content: center;
  margin: 10px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.section3head {
  box-sizing: border-box;
  width: 1024px;
  text-align: center;
  font-size: 3rem;
}
.section5 {
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 30px;
}
.perkhead {
  box-sizing: border-box;
  font-size: 3rem;
  text-align: center;
}
.boxes {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.box {
  position: relative;
  border: 2px double rgb(114, 110, 110);
  border-radius: 10px;
  margin-top: 9px;
  margin-bottom: 9px;
  height: 230px;
  width: 300px;

  text-align: center;
  place-content: center;
  border-width: 5px;
  font-size: 2rem;
  transition: background-color 0.5s ease;
}
.box:hover {
  background-color: aliceblue;
}
.icon {
  width: 100px;
  height: 100px;
}
@media (max-width: 1024px) {
  .section2 {
    box-sizing: border-box;
    display: flex;
    background-image: url(images/for.jpg);
    background-size: cover;
    height: 520px;
    width: 100%;
    justify-self: center;
    /* padding-left: 20px;
        padding-right: 20px;  */
  }

  .section3 {
    box-sizing: border-box;
    width: 100vw;
    text-align: center;
    text-wrap: inherit;
    justify-content: center;
    margin: 45px;
    /* padding-left: 20px;
        padding-right: 20px; */
  }
  .section3head {
    box-sizing: border-box;
    width: 100vw;
    text-align: center;
    font-size: 3.35rem;
  }
}
