body {
    height: 100vh;
    width: 100%;
    background: #010313;
    color: #eee0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}
.container {
    text-align: center;
}
img {
    pointer-events: none;
    user-select: none;
}
h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(136.85deg, #ff37f2 -15.82%, #5400ee 99.57%);
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0px;
    margin-top: -20px;
}
p, h5 {
    font-weight: 600;
    margin: 6px;
}
::selection {
    background: #5400ee;
    color: white;
}