*{
    margin: 0px;
    padding: 0px;
}
body{
    width: 100%;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.container{
    background-color: blueviolet;
    width: 50%;
    height: 50%;
}
h1{
    margin: 20px;
    color: #fff;
    font-family: "Bitcount Prop Single";
    text-align: center;
}
.btn{
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
   
   
}
.btn button{
    height: 50px;
    width: 100px;
    font-size: 20px;
    border-radius: 10px;
   
}
#result{
    text-align :center;
    color: white;
    margin-top:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}
#score{
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
#emojis{
    text-align: center;
    color: #fff;
    font-family: "Bitcount Prop Single";
    margin-top: 20px;
}