.maincolor 
    {
	    background: #9991b8;
        background: linear-gradient(90deg,rgba(153, 145, 184, 1) 2%, rgba(0, 212, 255, 1) 88%);
	}
	
.upperLetter
    {
        text-transform: uppercase;
    }