*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body{
    background: #080808;
    color: #fff;
}
#header{
    width: 100%;
    height: 100vh;
    background-image: url(img/4.jpeg);
    background-size: cover;
    background-position: center;
}
.container{
    padding: 10px 10%;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo{
    width: 95px; 
    
    background-size: contain;
}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

.navbar-custom {
    height: 100px;
    background-color: #000000;
    border: #000000;
  }

@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');

header h1 {
  font-size: 90px;
  font-weight: 600;
  font-family: 'Niconne', cursive;
  color: #622569;
  text-shadow: 2px 2px 0px  #f9d5e5,
               4px 4px 0px #ee4b2b,
               6px 6px 0px #eeac99,
               8px 8px 0px #e06377,
               10px 10px 0px #c83349;
}