@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
    background-color: #120228;
    background:linear-gradient();
    font-family:VT323 !important;
    font-size:18px;
    color: #fcf2ff;
}

a {
    color: #fad6ff;
    filter:drop-shadow(0px 0px 7px #ea9eff);
    transition: color 0.1s;
    text-decoration: underline dotted;
}

a:hover {
    color: #fff;
    text-decoration: underline solid;
    filter:drop-shadow(0px 0px 10px);
}

h2 a {
    color:#e185ff;
}

.footer {
    width:100%;
    margin:0px;
    background-color:#04000a;
    padding:15px;
}

.rotateImg {
    transition: transform 0.5s ease;
}

.rotateImg:hover {
    transform:rotate(2deg);
    filter:drop-shadow(0px 0px 10px #e53dffb5)
}

.sitemaplink {
    color: #ff6afd;
}