* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wrapper{

    display: flex;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
}
header{
    position: relative;
    z-index: 999;
}
.logo h1{
    font-family: 'Courgette', cursive;
    font-family: 'Rubik Puddles', cursive;
    color: white;
    padding: 10px;
    letter-spacing: 8px;

}
.logo{
    width: 60%;
    padding-left: 50px;
}
nav {
    padding: 20px 0;
    width: 100%;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Courgette', cursive;
    font-family: 'Signika Negative', sans-serif;
}

nav ul {
    display: flex;
    list-style-type: none;
    justify-content: space-evenly;
    /* align-items: center; */
}
nav h1{
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
    letter-spacing: 5px;
}
.top{
    position: relative;
}
.banner-bg {
    background-image: url("https://cdn.gobankingrates.com/wp-content/uploads/2020/09/online-shopping-for-clothes-shutterstock_569756263.jpg");
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
}

.text-center {
    text-align: center;
}

.banner-overly {
    background-color: #00000087;
    padding: 350px 0;
    height: 100vh;
}


.banner-overly h1 {
    color: white;
    font-size: 64px;
    font-weight: 700;
    text-shadow: -1px 0 2px #6b2d66;
    font-family: 'Courgette', cursive;
    font-family: 'Signika Negative', sans-serif;
}
