*{
    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;
}

section{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color:#F6E8EA;
}

section img{
  width: 300px;
  height: 300px;
  border-radius: 16px;
}

.txtHolder {
  margin: 50px 50px 0;
  text-align: center;
  max-width: 100vh;
}


.txtHolder h3 {
  font-weight: 100;
  font-size: 38px;
  line-height: 56px;
  color: #F6E8EA;
  text-align: center;
}

.vid {
  margin: 50px 50px 0;
  
}