body{
    background-color: rgb(60, 125, 137);
    background-image: url(../assets/Tickets\ copy.jpg);
    font-family:"Mystery Quest";
}

h3{
    color: rgb(145, 211, 211);
    font-weight: bold;
    background-color: floralwhite;
    height: 50px;
    width: 500px;
    text-align: center;
}

nav{
    background-color: rgb(92, 161, 216);
    font-weight: bold;
    font-family:"Noto Serif Display";
}

ul li{
    background-color: rgb(92, 161, 216);
    font-family: "Noto Serif Display";
    font-style: italic;
}

p {
    background-color: rgb(126, 178, 212);
    font-family:"Noto Serif Display";
}

.accordion-body {
    background-color: rgb(133, 196, 204);

}

.foot{
    background-color: rgb(158, 226, 226);
    font-family:"Noto Serif Display";
}

footer{
    background-color: rgb(158, 226, 226);
    font-family: "Noto Serif Display";
}