* {
    margin: 0;
    padding: 0;
}
.selection {
    height:18vh;
    width: 100%;
    margin-top:10px;
    margin-bottom: 10px;
   /* padding: 10px; */
    background-color: rgb(20, 119, 119);
    display: flex;
    justify-content: center;
    align-items: center;
}
.selection div {
    width:18%;
     text-align :center ;
     justify-content: center;
     align-items: center;
}
.select img {
    max-width: 3rem; 
 /* width: 40px;
  height: auto;
  border-radius: 4px;*/

}
.select {
    display: flex;
}
.sbar {
    
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: rgba(248, 248, 248, 0.7);
    font-size: 16px;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none; 
    -moz-appearance: none; 
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin: 10px auto;
     display: block;
    
}

/* Style for the select dropdown when clicked */
.sbar:focus {
    outline: none;
        background-color: rgba(248, 248, 248, 0.7);
        border-color: #66afe9;
        box-shadow: 0 0 5px rgba(102, 175, 233, 1);
}
.sbar option {

    background-color: rgba(155, 243, 115, 0.7);
    
}
#news {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: white;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: rgb(144, 146, 145);
}


@keyframes bounce {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(100vw - 50px));
    }
}

.football {
    width: 50px;
    height: 50px;
    background: url('https://th.bing.com/th/id/R.e90aace15446d2b828a76d795bfb2cfc?rik=J%2bNjOs1QXPl2xg&riu=http%3a%2f%2fcdn.onlinewebfonts.com%2fsvg%2fimg_472978.png&ehk=Z5zAPdCXE8GB3HdsLLPinxmvnDnOAZDKAwFrNaU%2b0D8%3d&risl=&pid=ImgRaw&r=0') center/cover;
    
}
.animate {
    animation: bounce 20s 1;
}

.play {
    width:100%;
    display:flex;
    justify-content: center;
}
.pbutton {
   width:10%;
   height: 10vh;
   
   background-color: brown;
   color: #dfdcdc;
   border-color: solid white;
   border-radius: 12%;
   font-size: 150%;
}
.pbutton:hover {
    background-color: rgb(248, 43, 43);
}
.score {
    padding: 20px;
    margin:20px;
    display: flex;
    justify-content: center;
    margin-top: 4px;
    padding-top: 4px;
}
.score div {
    height : 30px;
    width:90px;
    border: solid rgb(13, 39, 35);
    border-radius: 15px;
    background-color: rgb(121, 163, 204);
    text-align: center;
    justify-content: center;
}
.end {
    display:flex;
    margin: 15px;
    width: 100%;
    height:20vh;
}
.icon {
    width:12%;
    background-color: darkorange;
    background-image: 
    url('https://thumbs.dreamstime.com/b/emotional-radio-podcaster-male-sports-commentator-emotional-radio-podcaster-male-sports-commentator-comic-cartoon-vintage-retro-199969202.jpg');
    background-size: cover;
}
.msg {
    width:88%;
    background-color: cadetblue;
    background-color: rgba(248, 248, 248, 0.7);
    display:flex;
    text-align: center;
    font-size: 3vw;
    align-items: center;
    justify-content: center;
   /* border-radius: 10%;*/
}
.score div {
    color: ivory;
    font-size: 20px;
}
.bg {
    background-image: 
    url('https://th.bing.com/th/id/OIG1.5TfU1hrnIW.KKotm9A9Z?w=270&h=270&c=6&r=0&o=5&pid=ImgGn');
    background-size: cover;
    height: 70vh;
    width:100%;
}

 .time {
    margin:5vh;
    padding : 1.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.timer {
    height : 10vh;
    width: 10vh;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(248, 248, 248, 0.7);
    display : flex;
    justify-content: center;
    align-items : center;
} 

@media (max-width: 650px) {
    .sbar {
        font-size: 8px;
        padding: 8px;
    }
    .select img {
        width: 2.2rem;
    }
    .pbutton {
        width: 15%;
        height : 7vh;
        font-size: 90%;
    }
    .icon {
        width : 25%;
    }
   /* .msg {
        font : 0.8rem;
    } */
}

@media (max-width: 450px) {
.sbar {
    max-width: 500px;
    font-size: 7px;
}
.select img {
    width: 1.5rem;
}
}