h1{
  background-color: beige;
  margin: none;
}
  
header{
  height: 10vh;
  border-bottom:4px solid cadetblue ;
}
  
header h2{
  color: cadetblue;
  display: inline-block;
}
  
body{
  height: 100vh;
  width: 100vw;
  margin: 0;
  overflow: hidden;
}

.p-head {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.exp-changer {
  display: flex;
  justify-content: center;
  
}

.exp-changer-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  outline: none;
  position: relative;
  top: 2.5vh;
}

.navbar {
  display: flex;
  justify-content: space-between;
}

.navbar1{
  width: 6%;
  height: 35px;
  color: #ffffff;
  background-color: rgba(4, 59, 79, 0.5);
  font-size: 1.4rem;
  border-radius: 0 0 20px 0;
  font-family: "Raleway",sans-serif;
  }

  .navbar1 a{
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
  }

  .navbar1 a:hover{
  text-decoration: none;
  }

.navbar-heading{
  width: 15%;
  height: 35px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(4, 59, 79, 0.5);
  font-size: 1.4rem;
  border-radius: 0 0 20px 20px;
  font-family: "Raleway",sans-serif;
  }

.navbar2{
  width: 7%;
    height: 35px;
    color: #ffffff;
    background-color: rgba(4, 59, 79, 0.5);
    font-size: 1.4rem;
    border-radius: 0 0 0 20px;
    font-family: "Raleway",sans-serif;
}
  
.navbar2 a{
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}
  
.navbar2 a:hover{
  text-decoration: none;
}


.nofled {
  height: 80vh;
  width: 100vw;
  margin-top: 10px;
}
.nofledHead {
  width: 100%;
  height: 20vh;
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nofledBoxContainer {
  width: 100%;
  height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.uppercase {
  text-transform: uppercase;
}
.leds {
  background-color: rgb(46, 64, 92, 0.9);
  color: white;
  height: 2.3rem;
  width: 60%;
  text-decoration: none;
  margin: 10px 0;
  padding: 5px 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.4s;
}
.leds:hover {
  cursor: pointer;
  background-color: rgb(36, 50, 72);
  transition: all ease-out 0.4s;
}

@media screen and (max-width: 1000px) {
  .navbar1 {
    width: 14vw;
    height: 27px;
    font-size: 1.1rem;
    }

  .navbar2 {
    width: 17vw;
    height: 27px;
    font-size: 1.1rem;
    }
  .navbar-heading {
      width: 0;
      height: 0;
    }
}

#pagechanger {
  border: none;
  color: cadetblue;
  font-size: 20px;
  outline: none;
  position: relative;
  top: 2.5vh;
}

#pagechanger:hover{
  cursor: pointer;
}

