body {
    margin: 0;
    color: white;
}
.background {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
}
p {
    font-size: 25px;
    margin: 0;
}
h3 {
    font-size: 30px;
}
button {
    font-size: 25px;
    padding: 10px;
    background-color: rgb(207, 148, 255);
    border: 0;
    border-radius: 15px;
    color: black;
}
button:hover {
    background-color: rgb(149, 147, 247);
}
.START{
    font-size: 40px;
    background-color: rgb(79, 28, 232);
}
.right{
    position: absolute;
    width: 40%;
    height: 90vh;
    background-color: rgba(129, 25, 227, 0.77);
    top: 50vh;
    left: 50vw;
    transform: translate(10%,-50%);
    border-radius: 20px;
}
.controls {
    display: flex;
}
.controls p{
    margin-left: 4.8vw;
}
.controls div {
    background-color: white;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 1000px;
}
.controls .blue {
    left: 2.5vw;
    background-color: blue;
}
.controls .purple {
    left: 8vw;
    background-color: blueviolet;
}
.controls .red {
    left: 13.5vw;
    background-color:red;
}
.controls .orange {
    left: 19vw;
    background-color: orange;
}
.controls .yellow {
    left: 24.5vw;
    background-color: yellow;
}
.controls .green {
    left: 30vw;
    background-color: green;
}

.board {
    width: 88%;
    height: 85%;
    background-color: rgb(182, 142, 219);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 55%;
    border-radius: 20px;
}
.guesses {
    width: 73%;
    height: 95%;
    background-color: rgb(154, 138, 169);
    position: absolute;
    left: 3.0%;
    top: 2.3%;
    border-radius: 15px;
}
.checks {
    width: 21%;
    height: 95%;
    background-color: rgba(79, 0, 189, 0.661);
    position: absolute;
    left: 77.0%;
    top: 2.3%;
    border-radius: 15px;
}
.gr1 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 92%;
}
.gr1 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.gr2 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 82%;
}
.gr2 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.gr3 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 72%;
}
.gr3 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.gr4 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 62%;
}
.gr4 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.gr5 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 52%;
}
.gr5 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.gr6 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 42%;
}
.gr6 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.gr7 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 32%;
}
.gr7 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.gr8 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 22%;
}
.gr8 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.gr9 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 12%;
}
.gr9 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.gr10 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 2%;
}
.gr10 *{
    border: 1px solid black;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
 .gc1{
    left: 9%;
}
 .gc2{
    left: 24%;
}
 .gc3{
    left: 39%;
}
 .gc4{
    left: 54%;
}
 .gc5{
    left: 69%;
}
 .gc6{
    left: 84%;
}
.cr1 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 92%;
}
.cr1 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
.cr2 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 82%;
}
.cr2 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
.cr3 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 72%;
}
.cr3 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
.cr4 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 62%;
}
.cr4 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
.cr5 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 52%;
}
.cr5 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
.cr6 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 42%;
}
.cr6 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
.cr7 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 32%;
}
.cr7 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
.cr8 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 22%;
}
.cr8 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
.cr9 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 12%;
}
.cr9 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
.cr10 {
    border: 1px solid black;
    width: 95%;
    height: 6%;
    position: absolute;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    top: 2%;
}
.cr10 *{
    border: 0.5px solid black;
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    border-radius: 100%;
}
 .cc1{
    top: 10%;
    left: 5%;
}
 .cc2{
    top: 10%;
    left: 35%;
}
 .cc3{
    top: 10%;
    left: 65%;
}
 .cc4{
    top: 50%;
    left: 20%;
}
 .cc5{
    top: 50%;
    left: 50%;
}
 .cc6{
    top: 50%;
    left: 80%;
}
.arrow {
    width: 0.8vw;
    height: 1.5vw;
    background-color: aliceblue;
    position: absolute;
    z-index: 100    ;
}

.left{
    width: 50vw;
}

.text {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: rgba(135, 135, 130, 0.608);
}