@font-face {
  font-family: "comm64";
  src: url(./comm64.ttf) format("truetype");
}

html {
  background-image: linear-gradient(120deg, #22223b, #1d1026);
  background-attachment: fixed;
  background-size: 100% 100%;
  font-family: "comm64", monospace, sans-serif;
  color: white;
  padding: 30px;
}

.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#settingscontainer {
  margin-top: 10px;
  height: 70px;
}

button {
  width: 60px;
  height: 60px;
  margin: 5px;
}

select {
  color: #ffffff;
  background-color: #7a05ff27;
  font-family: AltDefault;
  border-color: #ffffff;
  border-radius: 2px;
  scrollbar-color: #00000040 #a305ff;
  padding: 2px;
  margin: 5px;
}

option {
  color: #ffffff;
  background-color: #2a0258;
}

#canvas {
  border-radius: 4px;
  background-color: #000000ab;
}

#options {
  color: white;
  border-color: #fff;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  background-color: #0000003b;
}

#speen {
  font-weight: bold;
  color: white;
  background-color: #0000003b;
  border-color: #fff;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  user-select: none;
}

#speen:hover {
  background-color: #ffffff2b;
  scale: 1.05;
}

#speen:active {
  transition-duration: 0s;
  background-color: #ffffff10;
  scale: 0.95;
}

a:link {
  color: #e01585;
  text-decoration: none;
}

a:visited {
  color: #ae0edf;
  text-decoration: none;
}
