body{
    background-image: url("back_tic_tak_toe.jpg");
    background-attachment:fixed;
    background-size:cover;
    background-position: center ;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.names{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 7vmin;
    font-weight: bold;
    margin-bottom: 30px;
}
.headre{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 9vmin;
    border: 2px solid white;
    border-radius: 10px;
    margin-top:25px;
    margin-bottom: 0px;
    background: linear-gradient(135deg, #1100ff, #fdfdfd, #ff0000);
    -webkit-background-clip: text; /* For Chrome, Safari */
    -webkit-text-fill-color: transparent; /* For Chrome, Safari */
    background-clip: text; /* For Firefox */
}
.buttons{
    height: 15vmin;
    width: 15vmin;
    margin: 1.2vmin;
    border-radius: 15px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.5));
    border: 0;
    font-size: 7vmin;
    font-weight: bold;
}
.buttons:hover {
    background:radial-gradient(circle, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.402),rgba(0, 0, 0, 0.5)) ;
    background-color: azure;
}
button:disabled{
    background:rgb(255, 255, 255,0.0);
    color: #ff0000;
}
.tablee{
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(59, 59, 59, 0.995), rgba(0, 0, 255, 0.4));
    border-radius: 15px;
}
.r_set{
    margin-top: 4vmin;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    border: 0;
    border-width: 1vmin;
    font-size: 3vmin;
    height: 8vmin;
    width: 35vmin;
}
.r_set:hover{
    color: rgba(21, 0, 255);
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.3);
}
.wnr{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 3vmin;
    border: 0px;
    padding: 0px;
    background: linear-gradient(135deg, #1100ff, #fdfdfd, #ff0000);
    -webkit-background-clip: text; /* For Chrome, Safari */
    -webkit-text-fill-color: transparent; /* For Chrome, Safari */
    background-clip: text; /* For Firefox */
}