* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

#shape {
    z-index: 99999;
    user-select: none;
}

#shape-container {
    transform: translateZ(0)
}

canvas{
    display: block;
    margin: auto;
    transform: scale(.5);
}

body {
    color: #fff7e9;
    font-size: 1.05em;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
}

.gradient {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    opacity: .4;
    filter: saturate(1.4);
    background: linear-gradient(to bottom, rgb(152, 215, 231), rgb(255, 206, 178) 150%);
    opacity: .68
}

.shape {
    display: block;
    margin: auto;
    margin-top: 50px;
}

main{
    text-align: center;
    z-index: 3;
    position: relative;
    font-size: 18px;
    color: rgb(0, 81, 255);
    /* padding-top: 15px; */
    padding-bottom: 100px;
}
main a{
    color: rgb(98, 0, 255);
}
main h2{
    color: rgb(255, 0, 221);
    font-weight: 600;
    margin-bottom: 16px;
}
main p{
    display: block;
    margin-bottom: 20px;
}
main p span{
    display: block;
    margin-bottom: 6px;
}
main .wrap{
    margin-bottom: 60px;
}