body{
    background-image: url(assets/statue.jpg);
    background-position: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: white;
    position: relative;
}

.container{
    position:relative;
    height: 200px;
}


.button1{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgb(0, 0, 0);
    color:white;
}

.speech{
    text-align: center;
    color: white;
}

h1{
    font-weight: bold;
    text-align: center;
    background-color: black;
}

h3{
    font-weight: bold;
    height: 50px;
    width: 500px;
    text-align: center;
    background-color: black;
}

.navbar {
    font-weight: bold;
    font-family:'Times New Roman', Times, serif;
    height: 60px;
}

.nav-link {
    font-family: 'Times New Roman', Times, serif ;
    font-weight: bold;
}

.form-select{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

#email_address{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
label{
    color: rgb(255, 255, 255);
}

a:link {
    color: #64e3e3;
}
a:hover{
    color: rgb(228, 36, 187);
}
a:visited{
    color:rgb(107, 105, 228);
}

#magic{
    background-color: white;
    color: blue;
}

p {
    border-radius: 5px;
    color: white;
    background-color: black;

}

.accordion-body {
    color: white;
    background-color: rgb(0, 0, 0);
}

.accordion-button{
    color: white;
    background-color: rgb(0, 0, 0);
}
.card{
    background-color: rgb(0, 0, 0);
}

.photo {

    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    list-style-type: circle;
}

.rides {

    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    list-style-type: circle;
}

.info{
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    list-style-type: circle;
}

#tickets {
    color: blue;
}

#date{
    color: white;
}


#footer{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position:relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: transparent;
}