@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
    font-family:VT323 !important;
    background-color: #06000b;
    color:#e6c4ff;
}

p {
    background: linear-gradient(#e6c4ff, #d08dff);
    background-clip: text;
    color: transparent;
}

h1 {
    background: linear-gradient(#e6c4ff, #b54fff);
    background-clip: text;
    color: transparent;
    filter:drop-shadow(0px 0px 10px #fddfff61)
}

a {
    color:#bb56ff;
    filter:drop-shadow(0px 0px 10px #c042ffd4);
    text-decoration: underline dotted;
    transition: color 0.1s;
}

a:hover {
    color:#ddabff;
    filter:drop-shadow(0px 0px 10px #cd6affd4);
    text-decoration: underline dotted;
    transition: color 0.1s;
}

.maincontainer {
    height:815px;
    padding:15px;
    width:80%;
    margin:auto;
    justify-content: center;
    background: linear-gradient(180deg,rgba(31, 3, 56, 1) 0%, rgba(14, 1, 27, 1) 100%);
}

img {
    filter: drop-shadow(0px 0px 10px #d447ff41);
}