body{background-image: url(backgrounds/1.jpg)


}

/*----body----*/

#a{ 
    text-decoration:underline;
    text-decoration-color: chartreuse;
    border-style: solid;
    border: 40px;
    font-size: 40px;
    text-align: center;
    font-family: comic sans MS;
background-color: orange;
    margin-left: 30%;
    margin-right: 30%;
    
}
#b{ 
font-size: 30px;
text-decoration: underline;
text-decoration-color: chartreuse;
text-align: center;
font-family: comic sans MS;
    margin-left: 550px;
    margin-right: 550px; 
    background-image: url(backgrounds/2.jpg);
    
}



#c{
    font-size:40px;
    text-align: center;
    font-family: comic sans MS;
    margin-left: 200px;
    margin-right: 200px;
    background-color: chocolate;
    
}
