@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.cdnfonts.com/css/press-start-2p);
@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap);

body {
    background-color: black;
    font-family: 'PT Sans', 'sans-serif';
    border-color: black;
    margin: 0px !important;
}

canvas {
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.canvas-wrapper {
  overflow: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  max-width: 100% !important;
  max-height: 100% !important;
}

.auth-button {
  font-weight: bold;
}

.auth-container {
  margin: auto;
  width: 300px;
  height: 300px;
}

.auth-window {
  border-style: double;
  background-color: #243B2A;
  margin: auto;
  width: 275px;
  position: relative;
  top: 50%;
  padding-left: 25px;
  padding-bottom: 2px;
  padding-top: 20px;
  padding-right: 25px;
}

.auth-window div,
.auth-window p {
  color: #ddd;
}

.auth-window a {
  color: #F0E184;
  text-decoration: underline;
}

.auth-input::placeholder { 
  color: #F0E184;
}

.auth-window h3 {
  font-size: 1.5em;
}


.modal-error {
  color: red !important;
}

.modal-success {
  color: green !important;
}
