*{
    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;
}

header {
  height: 200px;
  width: 100%;
  margin: 0px;
  margin-bottom: -250px;
  min-height: 450px;
}

header h1 {
  font-size: 70px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  color: #F6E8EA;
  min-width: 450px;
  text-align: center;
  padding: 35px;
}

section{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  padding: 100px;
}


section{
  font-weight: 300;
  font-size: 38px;
  line-height: 56px;
  color: #F6E8EA;
  text-align: center;
  padding-right: 16px;
}

.frame{
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 14px;
}