.MainDisplay{
    display:flex;
    flex-direction: column;
    align-items: center;
}
body{
    background-color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.titleheader{
    display: grid;
    border: 0px;
    background-color: rgba(97, 95, 253, 1);
}
.images1 > div{
    margin: 0px;
    font-size: 14px;
}
.Title{
    text-align:center;
    padding: 25px;
    background-image: linear-gradient(to right, rgba(0, 123, 255, 0.321) , rgba(2, 48, 198, 0.255));
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}
.Layout1 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    background-color: rgba(97, 95, 253, 1);
    border-width: 8px;
    border-color: rgba(97, 95, 253, 1);
    margin-bottom:20px;
}
.Layout1 > div {
    background-color: rgba(169, 126, 254, 0.485);
    border-color: white;
    border-style: solid;
    text-align: top,center;
    font-size: 25px;
    text-align: center;
    border-radius: 10px;
    margin-bottom:5px;
}
.grid{
    margin-bottom:75px;
    display:grid;
    grid-template-columns: auto auto;
    column-gap:100px;
}
.grid2{
    margin-bottom:75px;
    display:grid;
    grid-template-columns: auto auto;
    column-gap:100px;
    margin-right: 150px;;
}
.textElement{
    width:450px;
}
.A1{
    font-size: 20px;
    font-weight: bold;
}
.A3{
    height: 200px;
    width: 200px;
    border-radius: 100px;
}
.uniqueSellingPointsTitle{
    font-size: 20px;
    font-weight: bold;
}
.Title3{
    font-size: 20px;
    font-weight: bold;
}
.Display3{
    border-radius: 15px;
    font-size: 14px;
    width:450px;
}
.ticketBox{
    background-color:rgba(234, 87, 2, 1);
    padding:10px;
    border-radius: 15px;
    font-size: 14px;
    width:50%;
    margin:0 auto;
    margin-top: 75px;
}
.element4{
    width:450px;
}
.doneerBox{
    background-color:rgba(174, 173, 255, 1);
    border-radius:25px;

    padding:50px;
    margin-top:35.5px;
}
.element4 > div{
    font-size: 14px;
}
.reviews{
    display:grid;
    height:100px;
    grid-template-columns: auto auto auto;
    margin-top: 50px;
}
.B1{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.B2{
    position:relative;
    text-align:center;
}
.C1{
    font-size: 20px;
    position:relative;
    left:50px;
    font-weight:bold;
    color:white;
}
.C2{
    font-size: 14px;
    color: white;
    position:relative;
    left:-50px;
}
.avatar img{
    height: 35px;
    width: 35px;
}
.footer{
    margin-top:300px;
    padding-top:10px;
    background-color:rgba(97, 95, 253, 1);
    color:white;
}
.footerclass1{
    margin-left:20px;
    font-size: 20px;
    display:grid;
    grid-template-columns: auto auto auto;
    font-weight: bold;
}
.footerclass2{
    margin-top:30px;
    margin-left:20px;
    font-size: 20px;
    display:grid;
    grid-template-columns: auto auto auto;
}
.footerclass3{
    margin-top:20px;
    margin-bottom: 30px;
    display:grid;
    grid-template-columns:auto auto auto;
    margin-left:20px;
    font-weight:light;
    font-size:18px;
}
.button{
    background-color:rgba(97, 95, 253, 1);
    padding:10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
.buttonDisplay{
    margin-left:75px;
}
.button2Display{
    text-align: center;
}
.button2{
    background-color:rgba(97, 95, 253, 1);
    padding:10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
.footerGuests{
    background-color:rgba(97, 95, 253, 1);
    display:flex;
    align-content: left;
    gap:100px;
}
.footerGuests > div{
    width:20%;
    height:60%;
    display:flex;

}
a:link, a:visited{
    color:rgb(255, 255, 255);
    text-decoration: none;
}
a:hover{
    color:rgb(255, 0, 0);
}