body {
  width: 100%;
  height: 1000px;
  margin: 0;
  background: linear-gradient( 45deg, rgb(8, 6, 21), #000, rgb(8, 6, 21));
}

*{
  font-family: Arial, Helvetica, sans-serif;
}



.ancore{
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  margin: auto;
}

.ancore:hover{
  color: white;
  text-decoration: underline;
}

header {
  width: 100%;
  height: 60px;
  background: #000000;
  position: fixed;
  top: -60px;
  opacity: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

#linkuri{
  height: 60px;
  float: right;
  width: 80%;
  justify-content: space-around;
  display: flex;
}

span {
  position: fixed;
  top: 100px;
}

img {
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

h1, h2, h3, h4, h5, h6, p {
  color: #FFF;
  font-family: sans-serif;
}
.delayed-div {
  animation: fadeIn 1s ease 5s;
}
.scroll-triggered-div {
  display: none;
  margin-top: 300px;
  animation: fadeIn 1s ease; 
  justify-content: space-around;
  font-size: 40px;
  margin-top: 500px;
}
