@font-face {
  font-family: header;
  src: url("BlackOpsOne-Regular.95cc8f08.ttf");
}

@font-face {
  font-family: regular;
  src: url("OldStandardTT-Bold.f0639e91.ttf");
}

h1, h2, h3, h4, h5, p {
  font-family: black-ops !important;
}

body {
  background-color: #f0f0f2;
  max-width: 1300px;
  min-height: 100vh;
  margin: 0 auto;
}

html {
  background-color: #000;
}

main {
  margin: 0 auto;
}

a {
  color: #000;
  margin: 10px;
  font-size: 30px;
  text-decoration: none;
}

button {
  color: #000;
  background-color: #999;
  margin-top: 20px;
}

projectsetting-page {
  height: 100%;
  display: block;
}

#modal {
  z-index: 20;
  background-color: #d9d9d9;
  border: none;
  border-radius: 5px;
  position: absolute;
  top: 50%;
}

.buttons {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

#modal button {
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  width: 40px;
  height: 30px;
}

#confirm {
  background-color: red;
}

#userModal {
  z-index: 30;
  background-color: #d9d9d9;
  border-radius: 10px;
  width: 350px;
  position: absolute;
  top: 67px;
  left: 880px;
}

#closeDialog {
  background-color: #0000;
  border: none;
  margin: 0;
  position: absolute;
  right: 10px;
  transform: scale(1.5);
}

.imageWrapper {
  justify-content: center;
  width: 100%;
  margin: 0 0 20px;
  display: flex;
}

#userImage {
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.userButtons {
  flex-direction: column;
  width: 100%;
  display: flex;
}

#profileButton, #signOutButton {
  border: none;
  height: 40px;
  margin: 0;
}

#profileButton {
  border-radius: 10px 10px 0 0;
}

#signOutButton {
  background-color: #f08c8c;
  border-radius: 0 0 10px 10px;
}

#snackbar {
  visibility: hidden;
  color: #fff;
  text-align: center;
  z-index: 11;
  background-color: #333;
  border-radius: 2px;
  min-width: 250px;
  margin-left: -125px;
  padding: 16px;
  position: fixed;
  bottom: 30px;
  left: 50%;
}

.show {
  animation: .5s fadein;
  visibility: visible !important;
}

@keyframes fadein {
  from {
    opacity: 0;
    bottom: 0;
  }

  to {
    opacity: 1;
    bottom: 30px;
  }
}

@media screen and (width <= 1300px) {
  #userModal {
    left: calc(100% - 400px);
  }
}

#deleteProject {
  z-index: 11;
  background-color: #d9d9d9;
  border: none;
  border-radius: 5px;
  width: 20%;
}

#deleteProject button {
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  width: 40px;
  height: 30px;
}
/*# sourceMappingURL=qr-ohooo.1303bb05.css.map */
