@import url('https://fonts.googleapis.com/css2?family=Happy+Monkey&family=Lilita+One&display=swap');
body{
    min-height: 100vh;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    background: linear-gradient(#ffdbfa,#ffffdb);
    min-height: 100vh;
    overflow-x: hidden;
    
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'happy monkey', sans-serif;
}

::selection {
    background: rgba(0, 0, 0, .2);
}



header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 100;
}

.logo {
    font-size: 2em;
    color: #d9b0ff;
    pointer-events: none;
    margin-right: 270px;
}

.navigation a {
    text-decoration: none;
    color: #d9b0ff;
    padding: 6px 15px;
    border-radius: 20px;
    margin: 0 10px;
    font-weight: 600;
}

.navigation a:hover,
.navigation a.active {
    background: #d9b0ff;
    color: #fff;
}
h1{

    font-size:45px;
    background:-webkit-linear-gradient(#6950C7, #6A62DE);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}
h3{

    font-size:20px;
    background:-webkit-linear-gradient(#977CF2, #8D4DF0);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}