body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
    position: relative;
    direction: rtl;
    background-image:url(images/background.avif);
    background-size: cover;
}

.container {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    height: 300px;
    width: 600px;
}

.box {
    border-radius: 49px;
    width: 70px;
    height: 70px;
    background-color: #4CAF50; 
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    font-size: xxx-large;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.centered-content
{
    text-align: right;
}
.title1
{
    color: black;
}
.title2
{
    color: cornflowerblue;
}
.title3
{
    color: red;
    text-decoration: underline;
}
.result
{
    color: red;
    display: none;
    text-align: center;
}
.next
{
   
    width: 100%;
    text-align: center;
    top: 570px;
    justify-content: center;
    align-items: center;
    position: relative;
    position: absolute;
}
.btn
{
    background-color: cornflowerblue;
    color: white;
    width: 179px;
    height: 50px;
    font-size: xx-large;
}
.fs{
    font-size: xxx-large;
}
.center{
    text-align: center;
}