/* Loading screen styles for NumBots */
@import url("https://fonts.googleapis.com/css?family=Monoton");

.page-nb {
  min-height: 100vh;
  min-width: 100vw;
  color: white;
  background: linear-gradient(rgb(19, 30, 32) 0px, rgb(76, 109, 116)) 0% 0% /
    cover;
}

.page-holder-nb {
  padding-top: 5vh;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rusty-bot {
  position: fixed;
  bottom: 0;
  right: 100px;
}

.logo-nb {
  margin: 0 auto;
}

.h1-loading {
  text-align: center;
  font-family: monospace;
}

@media (max-width: 600px) {
  .logo-nb {
    display: none;
  }
}
