main{
  margin-bottom: 100px;
}

body{
  background-image:url(../Pictures/Design_4.png);
  height: 2900px;
  margin: 0px;
  padding: 0px;
}

/*heading*/

.heading-div{
  margin: 0px;
  padding: 0px;
}

.heading{
  position: absolute;
  top: 400px;
  left: 550px;

  color: rgb(255, 255, 255);
  font-family: poppins;
  font-size: 90px;
  font-weight: bold;
  
}

.subtext{
  position: absolute;
  top: 500px;
  left: 700px;

  color: rgb(255, 255, 255);
  font-family: space mono;
  font-size: 28px;
  font-weight: bold;
}

.website-img{
  height: 990px;
  width: 100%;
}

/*next page */

.page-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.heading2{
  color: rgb(255, 255, 255);
  font-family: poppins;
  font-size: 50px;
  font-weight: bold;
}

.subtext2{
  color: rgb(255, 255, 255);
  font-family: space mono;
  font-size: 22px;
  font-weight: bold;
  width: 1200px;
  margin-top: 50px;
}


/*center pics*/

.centers{
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: space-between;

  margin-top: 100px;
  height: 550px;
}

.center1{
  background-color: green;
  width: 50%;
  background-image: url(../Pictures/pexels-pixabay-256229.jpg);
  background-size: cover;

  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 0.1px;

  transition: border-color 1s;
}

.center1:hover{
  border-color: white;
}

.center2{
  background-color: blue;
  width: 50%;
  background-image: url(../Pictures/north-korea-2692779_1920.jpg);
  background-size: cover;

  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 0.1px;

  transition: border-color 1s;
}

.center2:hover{
  border-color: white;
}

.text1{
  color:white;
  font-family: Poppins;
  font-size: 35px;
  font-weight: bold;
}

.sub{
  color:white;
  font-family: space mono;
  font-size: 22px;
  font-weight: bold;
  width: 700px;
}

.text-box{
  margin-top: 100px;
  margin-left: 100px;
}

/*the button*/
.button-div{
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.button{
  height: 70px;
  width: 300px;

  font-family: alexandria;
  font-weight: bold;
  color: white;
  font-size: 20px;

  border-color: white;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;

  transition: border-color 0.75s;
  padding: 10px;
}

.button:hover{
  cursor: pointer;
  border-color: rgb(0, 102, 255);

  border-width: 2px;
}



/*  RESPONSIVE DESIGN   RESPONSIVE DESIGN   RESPONSIVE DESIGN    RESPONSIVE DESIGN    RESPONSIVE DESIGN */

@media only screen and (max-width: 678px){
  .heading-div{
    margin: 0px;
    padding: 0px;
  }
  
  .heading{
    position: absolute;
    top: 100px;
    left: 50px;
  
    color: rgb(255, 255, 255);
    font-family: poppins;
    font-size: 30px;
    font-weight: bold;
    
  }
  
  .subtext{
    position: absolute;
    top: 140px;
    left: 50px;
  
    color: rgb(255, 255, 255);
    font-family: space mono;
    font-size: 18px;
    font-weight: bold;
  }
  
  .website-img{
    height: 100%;
    width: 100%;
  }

  
  .heading2{
    color: rgb(255, 255, 255);
    font-family: poppins;
    font-size: 30px;
    font-weight: bold;
  }
  
  .subtext2{
    color: rgb(255, 255, 255);
    font-family: space mono;
    font-size: 15px;
    font-weight: bold;
    width: 300px;
    margin-top: 50px;
  }

  .centers{
    display: flex;
    flex-direction: column;
  
    margin-top: 100px;
    height: 100%;
  }
  
  .center1{
    background-color: rgb(0, 0, 0);
    height: 400px;
    width: 99%;
    background-image: url(../Pictures/pexels-pixabay-256229.jpg);
    background-size: cover;
  
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0.1px;
  
    transition: border-color 1s;
  }

  .center2{
    background-color: rgb(0, 0, 0);
    height: 400px;
    width: 99%;
    background-image: url(../Pictures/north-korea-2692779_1920.jpg);
    background-size: cover;
  
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0.1px;
  
    transition: border-color 1s;
  }

  .text1{
    color:white;
    font-family: Poppins;
    font-size: 22px;
    font-weight: bold;
  }
  
  .sub{
    color:white;
    font-family: space mono;
    font-size: 15px;
    font-weight: bold;
    width: 300px;
  }

  .text-box{
    margin-top: 50px;
    margin-left: 50px;
  }


}

@media only screen and (max-width: 1378px) and (min-width:679px){
  .heading-div{
    margin: 0px;
    padding: 0px;
  }
  
  .heading{
    position: absolute;
    top: 250px;
    left: 180px;
  
    color: rgb(255, 255, 255);
    font-family: poppins;
    font-size: 50px;
    font-weight: bold;
    
  }
  
  .subtext{
    position: absolute;
    top: 300px;
    left: 200px;
  
    color: rgb(255, 255, 255);
    font-family: space mono;
    font-size: 22px;
    font-weight: bold;
  }
  
  .website-img{
    height: 100%;
    width: 100%;
  }

  
  .heading2{
    color: rgb(255, 255, 255);
    font-family: poppins;
    font-size: 45px;
    font-weight: bold;
  }
  
  .subtext2{
    color: rgb(255, 255, 255);
    font-family: space mono;
    font-size: 20px;
    font-weight: bold;
    width: 600px;
    margin-top: 50px;
  }

  .centers{
    display: flex;
    flex-direction: column;
  
    margin-top: 100px;
    height: 100%;
  }
  
  .center1{
    background-color: rgb(0, 0, 0);
    height: 500px;
    width: 99%;
    background-image: url(../Pictures/pexels-pixabay-256229.jpg);
    background-size: cover;
  
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0.1px;
  
    transition: border-color 1s;
  }

  .center2{
    background-color: rgb(0, 0, 0);
    height: 500px;
    width: 99%;
    background-image: url(../Pictures/north-korea-2692779_1920.jpg);
    background-size: cover;
  
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0.1px;
  
    transition: border-color 1s;
  }

  .text1{
    color:white;
    font-family: Poppins;
    font-size: 32px;
    font-weight: bold;
  }
  
  .sub{
    color:white;
    font-family: space mono;
    font-size: 20px;
    font-weight: bold;
    width: 600px;
  }

  .text-box{
    margin-top: 100px;
    margin-left: 130px;
  }


}

@media only screen and (max-width: 1678px) and (min-width:1379px){
  .heading-div{
    margin: 0px;
    padding: 0px;
  }
  
  .heading{
    position: absolute;
    top: 350px;
    left: 380px;
  
    color: rgb(255, 255, 255);
    font-family: poppins;
    font-size: 70px;
    font-weight: bold;
    
  }
  
  .subtext{
    position: absolute;
    top: 400px;
    left: 200px;
  
    color: rgb(255, 255, 255);
    font-family: space mono;
    font-size: 52px;
    font-weight: bold;
  }
  
  .website-img{
    height: 100%;
    width: 100%;
  }

  
  .heading2{
    color: rgb(255, 255, 255);
    font-family: poppins;
    font-size: 45px;
    font-weight: bold;
  }
  
  .subtext2{
    color: rgb(255, 255, 255);
    font-family: space mono;
    font-size: 20px;
    font-weight: bold;
    width: 1200px;
    margin-top: 50px;
  }

  .centers{
    display: flex;
    flex-direction: column;
  
    margin-top: 100px;
    height: 100%;
  }
  
  .center1{
    background-color: rgb(0, 0, 0);
    height: 550px;
    width: 99%;
    background-image: url(../Pictures/pexels-pixabay-256229.jpg);
    background-size: cover;
  
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0.1px;
  
    transition: border-color 1s;
  }

  .center2{
    background-color: rgb(0, 0, 0);
    height: 550px;
    width: 99%;
    background-image: url(../Pictures/north-korea-2692779_1920.jpg);
    background-size: cover;
  
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0.1px;
  
    transition: border-color 1s;
  }

  .text1{
    color:white;
    font-family: Poppins;
    font-size: 32px;
    font-weight: bold;
  }
  
  .sub{
    color:white;
    font-family: space mono;
    font-size: 20px;
    font-weight: bold;
    width: 600px;
  }

  .text-box{
    margin-top: 100px;
    margin-left: 130px;
  }


}