body{
    background-color: beige;
    background-image: url(../assets/Tickets\ copy.jpg);
    font-family:"Princess Sofia", serif ;
    color: darkcyan;
}

nav{
    background-color: rgb(92, 161, 216);
    font-weight: bold;
}

p {
    background-color: burlywood;
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: darkgreen;
}

footer{
    background-color: rgb(158, 226, 226);
}