@media (max-width: 10000px) {

*{
  margin: 0%;
  padding: 0%;
  font-family: 'Sanchez', serif;
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1080px;
  min-width: 320px;
  margin: 15px auto;
}

/* heading */
.heading{
  background-color: rgb(247, 247, 247);
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 15px;
  text-align: center;

}

.heading a{
  font-size: 20px;
  color: black;
}

/* box */
.box{
  display: flex;
  justify-content: space-between;
}

/* p1 */
.p1{
  width: 500px;
}

.p1 h1{
  text-align: center;
  line-height: 100px;
}

.p1 h4{
  text-align: center;
}

.p1box{
  background-color: rgb(247, 247, 247);
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 15px;
}

/* p2 */
.p2{
  width: 500px;
}

.p2 h1{
  text-align: center;
  line-height: 100px;
}

.p2 h4{
  text-align: center;
}

.p2box{
  background-color: rgb(247, 247, 247);
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 15px;
}

}


@media (max-width: 1024px) {

  *{
    margin: 0%;
    padding: 0%;
    font-family: 'Sanchez', serif;
    text-decoration: none;
  }
  
  body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1080px;
    min-width: 320px;
    margin: 15px auto;
  }
  
  /* heading */
  .heading{
    background-color: rgb(247, 247, 247);
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 15px;
    text-align: center;
  
  }
  
  .heading a{
    font-size: 20px;
    color: black;
  }
  
  /* box */
  .box{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* p1 */
  .p1{
    width: 500px;
  }
  
  .p1 h1{
    text-align: center;
    line-height: 100px;
  }
  
  .p1 h4{
    text-align: center;
  }
  
  .p1box{
    background-color: rgb(247, 247, 247);
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 15px;
  }
  
  /* p2 */
  .p2{
    width: 500px;
  }
  
  .p2 h1{
    text-align: center;
    line-height: 100px;
  }
  
  .p2 h4{
    text-align: center;
  }
  
  .p2box{
    background-color: rgb(247, 247, 247);
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 15px;
  }

}
