@import url(https://fonts.googleapis.com/css?family=VT323);

body{
    background-image: url("./bg.jpg");
    /* background-size: cover;
    background-repeat: no-repeat; */
    margin: 0;
    font-family: 'VT323', monospace;

}
header{
    background-color: black;
    padding: 20px;
    border: 5px solid white;
    border-radius: 20px;
    margin-bottom: 20px;
}
h1,h2,h3 {
    margin: auto;
    text-align: center;
    color:white;
    text-shadow: 2px 2px black;


}
h3{
    border: 2px solid silver;
    background-color: rgba(255, 221, 152, 0.968);
    width:240px;
    height: 23px;

}
.instructions h4 {
    text-align: center;
    

}
.instructions{
    display: inline;
    float: left;
    width: 170px;
    margin-right: 30px;
    margin-left: 60px;
    margin-top: 0px;
    color:white;
    text-shadow: 2px 1px black;
    font-size: 18px;
    background-color: black;
    text-align: center;
    border: 2px solid white;
    border-radius: 9px;
}
ul{
    text-align: center;
    padding: 3px;
}



.frame{
    border: 5px solid black;
    background-color:rgb(235, 235, 235);
    width: 935px;
    height: 475px;
    margin: auto;
    user-select: none;
    float: left;
}
.colors{
    margin-left: 30px;  
    margin-right: 100px; 
}
.color{
    border: 2px solid black;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top:5px;
    float: right;
}
.pxl {
    border: 1px solid darkgrey;
    width: 5px;
    height: 5px;
    margin: auto;
    padding: 5px;
    background-color: rgb(235, 235, 235);
    float: left;
    user-select: none;

    
}
#clearAll,#btnSave{
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    border: 2px solid black;
    color: black;
    font-weight: bolder;
    font-size: 16px;
    border-radius: 9px;
    width: 80px;
    display: inline;
    font-family: 'VT323', monospace ;
}

#btnSave:hover,#clearAll:hover{
    margin: auto;
    text-align: center;
    display: inline;
    margin-top: 10px;
    border: 2px solid white;
    color: white;
    background-color: black;
    font-weight: bolder;
    font-size: 16px;
    text-shadow: 1px 1px black;
    font-family: 'VT323', monospace ;
}

.btns{
text-align: center;
}