body{
    background-image: url("../img/Captura\ de\ pantalla\ 2025-05-20\ 133321.png");
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#capselera {
    position: relative;
    width: 100%;
    height: 200px; 
    overflow: hidden;
    margin-left: 20px;
}
#titolfesta {
    position: absolute;
    top: 0; 
    left: 50%;
    transform: translateX(-50%);
    
}
#titolespai {
    display: none;
    position: absolute; 
    top: 0; 
    right: 5%; 
    max-width: 45%; 
    height: auto; 
}
#boto_tancar{
    position:relative;
    width: 60px;
    top: -50px;
    left: 500px;
    border-radius: 50%;
}
#info{
    color:rgb(255, 255, 255);
    width: 800px;
    display: none;
    margin: auto;
    border:solid 2px;
    border-radius:10px;
    background-color:#ffa600;
    padding: 30px;
    text-align: center;
    
}
h1{
   border-radius: 20px;
   font-size: 15px;
   text-align: center;

}
button{
    margin-top: 10px;
    position: relative;
    height: 50px;
    width: 150px;
    font-weight: bold;
    color: white;
    background-color: rgb(255, 0, 38);
    border-radius: 20px;
    
}
#contarpilotes{
    font-weight: bold;
    font-size: 30px;
    margin-left:  20px;
}
.controls{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
#missatge{
    margin-top: 20px;
    font-size: 1.1em;
    color: #333;
    font-weight: bold;
    display: inline-block;
    background-color: lightpink;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    

}
button:hover{
    box-shadow: 0px 0px 4px 5px rgb(136, 255, 0);
  
}
#container{
    position: relative;
    top:20vh;
    min-height: 70px;
    width: 90vw;
    border-bottom: 3px double rgba(211, 211, 211, 0);
    border-right: 3px double rgba(211, 211, 211, 0);
    border-left: 3px double rgba(211, 211, 211, 0);
    background-color: rgba(234, 250, 248, 0);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
}
.ball-in{
    height: 60px;
    width:60px;
    border-radius: 50%;
    position: relative;
}

