html, body {
    height: 100%;
    width: 100%;
}

body{
  background-color: black;


}


.hero-image {
  /* background-image: url(pig.png); */
  background-color: #000000;
  height:95%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  object-fit: fill;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* color:rgba(  207, 250, 172,1); */
    color:rgba(  255, 255, 255,1);
  font-weight: 900;
    background-color: rgba(0, 0, 0, 0.5);
}

.more-text {
  width:50vw;
  text-align: center;
  position: absolute;
  /* top: 60%; */
  left: 50%;
  transform: translate(-50%, -0%);
  /* color:rgba(  207, 250, 172,1); */
    color:rgba(  255, 255, 255,1);
  font-weight: 600;
    background-color: rgba(0, 0, 0, 0.5);
}

#abouter{
  width:90vw;
}
#footerter{
  width:90vw;
}


.clicker{
  cursor:pointer;
}
.clicker:hover{
  color:pink;
}

/* a:hover{
  color:pink;
} */
}
a{
    font-weight: bold;
}
a:link {
    text-decoration: none;
  color: white;
  font-weight: bold;
}

/* visited link */
a:visited {
    text-decoration: none;
  color: white;
    font-weight: bold;
}

/* mouse over link */
a:hover {
      text-decoration: none;
  color: pink;
    font-weight: bold;
}

/* selected link */
a:active {
    text-decoration: none;
  color: white;
    font-weight: bold;
}
