@import url('https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css');
@import url('./external.css');
@import url('./override.css');
@import url('./bg_animation.css');

:root {
  --bulma-primary: #ffa500;
  overflow-x: hidden !important;
}

body {
  font-family: 'Fira Code', monospace;
  background: transparent;
}

header h1 {
  color: var(--bulma-primary);
  font-weight: bold;
}

pre:focus,
code:focus {
  outline: none;
}

.output-mode-select {
  border: none;
  border-radius: 5px 15px;
  box-shadow: 0 2px 6px rgba(243, 243, 243, 0.311);
  padding: 10px 15px;
  margin-bottom: 10px;
}

.output-mode-select:hover {
  cursor: pointer;
}

.output-mode-select:focus {
  outline: none;
}

.ctn-typewriter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-ctn {
  max-height: 80vh;
  overflow-y: scroll;
  scrollbar-width: none;
  border: none;
  border-radius: none;
  outline: none;
  padding: 10px;
}

footer {
  backdrop-filter: blur(5px);
  padding-bottom: 10px;
  zoom: 80%;
  text-align: center;
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  color: #ffa500;
}

#details-code-run summary:hover {
  cursor: pointer;
}

.pre-code-js {
  cursor: text;
  background: transparent;
  backdrop-filter: blur(5px);
}
