@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
    font: 1.2em verdana, helvetica, arial, sans-serif;
    background-color: #4d5645;
}
h1{
    font-size: 100px;
    color: white;
    font-family: "Bebas Neue", sans-serif;
}
h2{
    padding: 20px;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-size: 80px;
}
.foto{
    clip-path: circle(50%);
}
main{
    background-color: #52584c;
}
a:hover{
    color: green;
}
a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 30px;
    padding-left: 10px;   
}
.tickets{
    color: #4d5645;
    padding: 10px;
    background-color: white ;
    font-weight: bold;
    border-radius: 10px;    
}
footer{
    font-size: 70%;
    text-align: center;
    color: white;
}
p{
    color:rgb(218, 226, 219);
    padding: 20px;
}