h1{
    color: red ;
    border: 3px solid black; 
    background-color: azure;
    text-align: center;
}


p{ 
    font-size: 30px; 
    color: blueviolet;
    border: 10px solid green;
    border-radius: 10px;
}

a{
    color: rgb(101, 243, 236);

}
.alink{

    border: 8px solid green;
    text-align: center;
    font-size: 40px;
    background-color: rgb(55, 18, 243);
    border-radius: 10px;
    
}