*{
    font-family: 'Montserrat', sans-serif;
    
}
body{
  margin: 0 0;
  background-color: #0E0F19;
}

nav {
  width: 100%;
  padding: 25px 0px;
  position: fixed;
  top: 0px;
  background-color: #171825;
  box-shadow: 2px 0px 2px rgba(255, 255, 255, 0.05);
}

.navHolder {
  width: 76%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

nav a {
  text-decoration: none;
  color: #F6E8EA;
  padding: 0px 10px;
  transition: 0.25s;
}

nav a:hover {
  color: #6e78af;
  transition: 0.25s;
}
nav span{
  user-select: none;
  color: #6e78af;
}

header {
    height: 200px;
    width: 100%;
    margin: 0px;
    min-height: 450px;
}
  
header h1 {
    font-size: 70px;
    font-weight: 300;
    color: #F6E8EA;
    min-width: 450px;
    text-align: center;
    padding: 35px;
}

header h2{
    color: #F6E8EA;
    text-align: center;


}

section{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color:#F6E8EA;
}


.txtHolder {
  margin: 50px 50px 0;
  text-align: center;
  max-width: 100vh;
  font-size: 2rem;
}


section h3 {
  font-weight: 100;
  font-size: 4rem;
  line-height: 56px;
  color: #F6E8EA;
}


section a{
    text-decoration: none;
    color: #63d46c;
    transition: 0.25s;
}
section a:hover{
    color: #6e78af;
    transition: 0.25s;
}

.zadnje {
    margin: 50px 50px 55vh;
    text-align: center;
    max-width: 100vh;
    font-size: 2rem;
  }