body {
    font-family: Helvetica, sans-serif;
    color: #EAE8FF;
    background: #2D3142;
    padding: 0 40px;
    text-align: center;
    margin: 0 2% 5% 2%;
}

nav {
    margin: 40px auto 0 auto;
    width: 450px;
    border-radius: 50px;
    background: #212431;
}

nav ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style-type: none;
    margin: 0;
}


li{
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 140%;
    text-align: left;
}

nav ul li a {
    display: inline-block;
    padding: 20px;
    color: #EAE8FF;
    text-decoration: none;
    font-size: 1.2em;
}

nav ul li{
    font-size: 1.2em;
}

h1 {
    font-size: 8em;
    letter-spacing: -2px;
}

h1 strong {
    background: rgb(231, 135, 255);
    background: linear-gradient(45deg, rgb(234, 151, 255) 0%, rgb(114, 255, 225) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2{
    font-size: 4em;

}

p {
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 140%;
}



a{
    font-family: Helvetica, sans-serif;
    color: #EAE8FF;
    font-size: 2em;
    line-height: 50px;
}

p strong {
    background: rgb(231, 135, 255);
    background: linear-gradient(45deg, rgb(234, 151, 255) 0%, rgb(114, 255, 225) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}