/* Reset CSS */

html, body {
  background-color: white;
  z-index: 1;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  width: 55vw;
}

body {
  cursor: url('../img/brush_02.png') -56 136, default;
}


a, button, input, label {
  cursor: pointer
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0
}

svg {
  width: 50vw;
  height: 50vw;
  position: fixed;
  top: 0;
  left: 50;
  bottom: 0;
  right: 0;
  margin: auto;
}

.st0{fill:#FFFFFF;stroke:#020203;stroke-width:2;stroke-miterlimit:10;}
.st1{fill:#FFFFFF;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
.st2{fill:none;stroke:#020203;stroke-width:2;stroke-miterlimit:10;}
.st3{fill:#FFFFFF;}
.st4{fill:#020203;}

/* #cursor {
  cursor: url('images/brush-01.png'), auto;

} */


#cross {
  position: absolute;
  margin-left: 50vw;
  margin-top: 5vw;
  width: 50vw;
  height: 50vw;
}

#popup {
  font-style: oblique;
  font-family: sans-sans-serif;
  font-size: 10vw;
  margin-left: 5vw;
  margin-top: -10vw;
}

#again {
  background-color: lightgrey;
  border: solid black;
  color: black;
  width: 45vw;
  position: fixed;
  margin-left: 30vw;
  margin-top: -40vw;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 40px;
}

.popup {
  padding-left: 5vh;
  display: none;
  padding: 5vh;
  position: absolute;
  width: 30vw;
  height: 30vw;
  z-index: 999;
}

.color {
  display: block;
  width: 5vw;
  height: 5vw;
  border-radius: 50px;
  position: fixed;
  z-index: 800;
}



#color1{
  background: #000000;

}

#color2{
  background: #442F09;
}

#color3{
  background: #FFFFFF;
  border: 0.2vw solid lightgrey;
}

#color4{
  background: #0716D8;
}

#color5{
  background: #048E04;
}

#color6{
  background: #F4C603;
}

#color7{
  background: #DB8803;
}

#color8{
  background: #E50000;
}

#color9{
  background: #EF78D6;
}

#color10{
  background: #9508B7;
}

}

/* Your CSS */


/* Media Queries */

@media screen and (max-width:500px){

}
