body {
    
    background-image: url(background.jpg);
    background-size: 800px;
    h1 {
        background-color: rgb(153, 0, 255);
        background-size: ;
    }
    p{
        color: rgb(77, 196, 116);
        background-color: rgb(255, 255, 255);
    }
    a{
        background-color: rgb(255, 184, 142);
        padding: 5;
        font-size: 30;
        margin: 35;
        color: rgb(255, 255, 255);
    }
}