/* Reset */
body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}


nav {
  position: sticky;
  top: 0;
  background: grey;
  color: white;
  padding: 15px;
  text-align: center;
  z-index: 1000;
}

nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
}


.isection {
  position: relative;
  width: 100%;
  height: 1200px;
  background: center/cover no-repeat url("../Images/BGI.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
}
.itext {
  position: absolute;
  color: white;
  font-size: 2rem;
  background: skyblue;
  padding: 15px 25px;
  border-radius: 8px;
}


footer {
  position: relative;
  background: #f1f1f1;
  padding: 20px;
  text-align: left;
  font-size: 0.9rem;
}


.tops {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: grey;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
}

.tops:hover {
  background: skyblue;
}

.h:hover {
    background: skyblue;
}