body{
    background: rgb(2,0,36);
    background: linear-gradient(360deg, rgb(105, 165, 255) 0%, rgba(133,234,242,1) 50%, rgba(0,212,255,1) 100%);
}

.regnbue{
    display: block;
}

.text{
    display: block;
    display: flex;    
    justify-content: center;
}

main{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

main span{
    font-size: 50px;
    text-shadow: black 1px 0 10px;
}

.red{
    color: red;
}

.orange{
    color: orange;
}

.yellow{
    color: yellow;
}

.green{
    color: green;
}

.blue{
    color: blue;
}

.indigo{
    color: indigo;
}

.violet{
    color: violet;
}