* { 
  padding: 0; 
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto Mono","iomanoid";
}
@font-face {
  font-family: "iomanoid";
  src: url(iomanoid.ttf);
}
body {
  background: #e76f51;
}
h1 {
  font-family: "iomanoid";
  font-size: 7em;
  text-align: center;
  color: #e76f51;
}
p {
  color: #e76f51;
  /* margin: 10px; */
}
p a {
  font-size: 1.2rem;
  color: #e76f51;
}
.general-cont {
  margin: 40px auto;
  width: 1300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: #023047;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 10px; */
  height: 520px;
  width: 1200px;
}
canvas {
  background: #8ecae6;
  outline: 7px solid #8ecae6;
}
.arkanoid-contenedor-inputs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.flex {
  display: flex;
  flex-direction: column;
}
/* .app-info {
  background: #e76f51;
  height: 320px;
  width: 200px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  outline: 5px solid #e76f51;
  font-family: "Roboto Mono";
}

.stats-info {
  background: #023047;
  height: 320px;
  width: 350px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  outline: 5px solid #e76f51;
  font-family: "Roboto Mono";
} */


label {
  color: #e76f51;
  height: 30px;
}
input[type="color"] {
  width: 20px; /* Puedes ajustar el tamaño según tus preferencias */
  height: 20px;
  margin-left: 7px;
  background-color: transparent;
  border: transparent;
  outline: transparent;
  cursor: pointer;
}
button {
  padding: 0 3px;
  background-color: transparent;
  color: #e76f51;
  font-weight: bold;
}