body{
  margin: 0px;
  padding: 0px;
  background: #f3f3f3;

  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  overflow-x: hidden;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  font-size: 0.9em;
}

h2 {
  color: #111C42;
  font-size: 2em;
}
h3 {
  color: #F2F2F2;
  font-size: 1.6em;
  font-weight: 500;
  cursor:

}
h4 {
  color: #111C42;
  font-size: 1em;
  font-weight: 500;

}
button {
  background-color: #005598;
  padding: 15px;
  font-weight: bold;
  border: none;
  color: #F2F2F2;
  cursor: pointer;
}

nav a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
}


html{
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body{
  margin: 0;
  overflow-x: hidden;
}

/* Scrollbar */
html::-webkit-scrollbar{
  width: 16px;
}

html::-webkit-scrollbar-thumb{
  background: rgba(32,46,82,.99);
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,.5);
}

html::-webkit-scrollbar-track{
  background: rgba(255,255,255,.4);
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover{
  background: #132735;
}

.img_arrow_bottom{
  position:fixed;
  height: 40px;
  width: 60px;
  left: 50%;
  bottom: 3%;
  z-index: 100;
  display: none;
}
  .img_arrow_bottom img{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .img_arrow_top{
    position:fixed;
    height: 40px;
    width: 60px;
    left: 50%;
    top: 10%;
    z-index: 100;
    display: none;
  }
  .img_arrow_top img{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
  }