* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

#StartButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 24px;
    border: none;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: linear-gradient(to right, rgb(230, 30, 77) 0%, rgb(227, 28, 95) 50%, rgb(215, 4, 102) 100%);
    color: #fff;

}
#StartButton:hover{
    transform: scale(1.1);
}

h1{
    font-size: 60px;
    color: antiquewhite;
}
h3{
    font-size: 40px;
    color: antiquewhite;
}
h2{
    font-size: 40px;
    color: antiquewhite;
    stroke: black;  
}
p{
    font-size: 40px;
    color: antiquewhite;
    stroke: black;
}
#Score , #BotScore{
    color: rgb(207, 0, 0);
}
body {
    text-align: center;
     background-image: url("alle2.png"); 

    background-repeat: no-repeat;
    background-size: cover;
}
#b9{
    mix-blend-mode: screen;
}


/* .choice{
    display: inline-flex;
    align-content: space-between;
} */

#container .background{
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


#container .background {

    position: relative;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;

}
#container {
    margin: 0 auto;

    background-color: rgba(62, 125, 128, 0.0);
    border-radius: 20px;
    padding: 55px 50px; 
    width: 80vw;

}

#parent {
    position: relative;
    width: 400px;
}

#b {
    position: relative;
    top: 0;
    left: 0;
}

.magic {
    max-width: 800px;
    padding: 40px 0;
    margin: 0 auto;
    background-color: rgba(95, 158, 160, 0.5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 20px;
}

.options {
    flex: 1 1 30%;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: 100%;
    max-width: 120px;
}

 .options:hover {
    zoom: 10px;
    background-color: rgb(0, 183, 255);
} 
.display-choice{
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.move {
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7);
}

.separator {
    font-size: 5em;
}
