Right now I have already added a box behind some text by using this code:
    `.alphabet {
        background-color: lightgrey;
        width: 50%;
        height: 200px;
        padding: 25px;
        margin: 25px;
    }`
It is working fine, but is there a way to change this box's opacity?
 
    