html {
    background-color: rgb(236, 236, 236);
    background: url('assets/background1.gif'); 
    background-size: cover;
    /* background-repeat: no-repeat; */
    min-height: 100vh;
    user-select: none;

    /* background-attachment: fixed; */
    font-family: customFont;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%; */
    /* flex: 0 0 auto; */

}

.header{
    display: flex;
    /* margin: 0px; */
    /* padding: 0px; */
    height: 65px;
    /* align-items: center; */
    /* width: 100%; */
    /* align-content: center; */
    justify-content: space-around;
    /* font-size: x-small; */
}

.todp {
    display: flex;
    /* flex-basis: 350px; */
    justify-content: flex-start;
    margin: 0px;
    /* padding: 0px; */
    flex-basis: 350px;
}

.github {
    display: flex;
    /* align-items: flex-end; */
    justify-content: flex-end;
    /* width: 400px; */
    gap: 5px;
    /* color: black; */
    /* margin: 0px; */
    /* padding: 0px 0px 0px 20px; */
    flex-basis: 350px;
    /* align-self: flex-end; */
    /* justify-self: flex-end;     */
}
a {
    color: black;
}

.header p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: x-small;
}

/* img {
    margin: 0px;
    align-self: flex-start;
    padding: 0px;
    
} */

.settings button,
.rsettings button {
    width: 250px;
    height: 50px;
    margin: 2%;
    display: block;
    font-family: inherit;
    font-size:x-small;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: pink;
    border-style: groove;
}
.grid {
    display: flex;
    width: auto;
}

.grid button {
    width: 50px;
    height: 50px;
    margin: auto 15px;
    /* font-family: inherit; */
}

h1 {
    text-align: center;
    /* margin: auto; */
    /* font-size: xx-large; */
    color: pink;
    padding: 0px;

}

/* div.square {
    display: inline-block;
    background-color: white;
    box-sizing: border-box;
    width: 31.25px;
    height: 31.25px;
    width: 31.25px;
    border: 1px solid black;
    padding: 0%;
    margin: 0%;
    gap: 0%;
} */



.main {
    display: flex;
    flex-flow: wrap;
    /* flex: 0 0 auto; */
    /* background-color: red; */
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    margin: 0px;
    padding: 0px;

}

.playGround {
    display: flex;
    flex-flow: wrap column;
    /* flex: 0 0 500px; */
    /* align-self: center;
    justify-self: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center; */
    width: 500px;
    height: 500px;
    background-color: rgb(0,0,0,0.1);
    /* font-size: 0; */
}

.settings,
.rsettings {
    display: flex;
    flex-flow: column; 
    width: 350px;;
    background-color: rgb(0,0,0,0.1);
    height: 450px;
    justify-content: center; 
    align-items: center;
    font-size: medium;
    /* gap: 10px; */
    
}

.penColor {
    width: 30px;
    height: 30px;
    background-color: black;
}

.penColorBox {
    display: flex;
    align-items: center;
    gap: 10px;
}

@font-face {
    font-family: customFont;
    src: url(assets/PressStart2P-vaV7.ttf);
}
