:root {
  --bg: #19323c;
  --btn: #f2545b;
  --btn_alt: #a93f55;
  --txt: #f3f7f0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  width: 300px;
  height: 300px;

  background: var(--bg);
  color: white;
}
