body {
    background: linear-gradient(to right, #2d3135, #2b3610b8, #11141c);
}
.h2, h2 {
    margin: 20px !important;
    color: white;
    font-size: 2rem;
}
p {
    color: white;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 20px;
}
.h3, h3 {
    font-family: cursive;
    color: white;
    font-size: 1.75rem;
}
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.rotating {
    animation: rotate 5s linear infinite;
}
#welcome.neon{
    font-size: 3.5rem;
}