/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body {
  background: #ecebeb;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
}

html {
  height: 100%;
}

.title {
  font-size: 600%;
  font-family: "Clash Grotesk", sans-serif;
  margin-bottom: 0.5rem;
}

.center {
  text-align: center;
}

#shitskidbackground {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card {
  text-align: center;
  background-color: #ffffff;
  padding: 24px;
  padding-top: 6px;
  border-radius: 24px;
  height: fit-content;
  margin: 16px;
  box-sizing: border-box;
}

.card a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card a div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.code {
  font-family: "Space Mono", monospace;
}
