body{
    background-color: rgb(2, 199, 255);
    background-image: url(../assets/Tickets\ copy.jpg);
    background-position: center;
    font-family:'Libre Baskerville';
}

.container{
    position:relative;
    height: 200px;
}

.button1{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgb(133, 193, 210);
    color:white;
}

.speech{
    text-align: center;
    color: white;
}

h3{
    color: white;
    font-weight: bold;
    height: 50px;
    width: 500px;
    text-align: center;
    font-family:'Lilita One';
}

.navbar {
    background-color: rgb(0, 152, 195);
    font-weight: bold;
    font-family:'Abril Fatface';
    height: 60px;
}

.nav-link {
    background-color: rgb(0, 152, 195);
    font-family: 'Abril Fatface' ;
    font-weight: bold;
    color: black;
}

.form-select{
    background-color: rgb(133, 193, 210);
    color: black;
}

#email_address{
    background-color: rgb(133, 193, 210);
    color: black;
}
label{
    color: black;
}

a:link {
    color: #003636;
}
a:hover{
    color: blueviolet;
}
a:visited{
    color:beige;
}



p {
    font-family:'Libre Baskerville';
    background-color: rgb(43, 121, 143) ;
    border-radius: 10px;

}

.accordion-body {
    background-color: rgb(0, 152, 195);
}

.accordion-button{
    background-color: rgb(0, 152, 195);
}
.card{
    background-color: rgb(0, 152, 195);
}

.photo {
    font-family:'Libre Baskerville';
    background-color: rgb(43, 121, 143);
    border-radius: 10px;
    list-style-type: circle;
}

.info{
    font-family:'Libre Baskerville';
    background-color: rgb(43, 121, 143);
    border-radius: 10px;
    list-style-type: circle;
}

#bottom_btn{
    position: relative;
    left: 0;
}

#footer{
    background-color: rgb(0, 88, 113);
    font-family: 'Pacifico';
    position:relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: rgb(196, 196, 174);
}