*{
    font-family: Arial, Helvetica, sans-serif;
}
.top{
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    justify-content: space-between;
}
.box1{
    display: flex;
    justify-content: center;
}
.buttons{
    width: 150px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.selectionbutton{
    margin-left: 15px;
    font-weight: 800;
    height: 45px;
    width: 45px;
    background-color:white;
    border-color: black;
    border-width: .5px;
}
.numbersgrid button:hover{
    box-shadow: 0px 0px 8px gray;
    background-color: black;
    color: white;
}
.buttons button{
    font-weight: 600;
    height: 30px;
    border-radius: 5px;
    background-color: white;
    border-width: .5px;
}
.scorenumber{
    margin-left: 30%;
    margin-bottom: -50px;
    font-weight: 600;
    font-size: 70px;
}
.scoretext{
    font-weight: 700;
}
.score{
    margin-top: -20px;
    display: flex;
    flex-direction: column;
}
.imagecontainer img{
    height: 150px;
    width: 150px;
}
.selectedtext{
    font-weight: 600;
    margin-left: 120px;
    color: red;
}
#p2{
    font-weight: 800;
    margin-left: 250px;
}
#p3{
    font-weight: 700;
}
.box2{
    margin-top: 50px;
    display: none;
    justify-content: center;
}
.box2 div{
    background-color:#FADADD;
    padding: 10px;
}
#b1:hover{
    background-color:black;
    color: white;
}
#b2:hover{
    background-color:black;
    color: white;
}
.selected{
    font-weight: 600;
    margin-left: 190px;
    color: green;
}
.selectedbutton{
    background-color: black;
    color: white;
}