@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;800;900&display=swap");
body, h1, h2, p, canvas, fieldset, form, label, input {
  margin: 0;
  padding: 0; }

body {
  padding: 40px;
  background: linear-gradient(0deg, #E1E1FF 0%, #FFF0E6 100%);
  min-height: 100vh;
  font-family: 'Mulish', sans-serif; }

#index {
  overflow: hidden; }

h1 {
  color: #BCBCFF;
  font-weight: 900;
  font-size: 10em;
  line-height: .9em;
  margin: 0 0 40px 0; }

.addbutton, .prevbutton {
  position: fixed;
  width: 44px;
  height: 44px;
  top: 40px; }

.addbutton {
  right: 40px; }

.prevbutton {
  left: 40px; }

.addbutton:hover, .prevbutton:hover {
  opacity: .8; }

#objectinfos {
  color: #2F2F83;
  width: calc((100vw - 600px)/2);
  max-width: 300px;
  position: relative;
  z-index: 20; }
  #objectinfos h2 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    display: inline-block; }
  #objectinfos img {
    display: inline-block;
    margin: 0 0 0 5px; }
  #objectinfos h2.valid:before {
    content: url("./assets/valid.svg");
    display: block; }
  #objectinfos h2.error:before {
    content: url("./assets/error.svg");
    display: block; }
  #objectinfos p {
    font-size: .8em; }

#console {
  background: rgba(0, 0, 0, 0.8);
  color: lime;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2px; }

#wheel, #wheel canvas, #wheel span {
  width: 60vh; }

#wheel {
  position: fixed;
  bottom: -30vh;
  left: calc(50vw - 30vh);
  color: #BCBCFF;
  z-index: 20; }
  #wheel input {
    top: -10vh; }
  #wheel span {
    position: fixed;
    font-size: 30px;
    text-align: center;
    display: block;
    bottom: 0; }

#object {
  position: fixed;
  top: 0;
  left: calc(50vw - (80vh / 2));
  width: 80vh;
  height: 80vh;
  z-index: 10; }
  #object img {
    width: 100%; }

/** Form **/
form {
  width: 60%;
  margin: 0 auto;
  color: #2F2F83; }
  form p, form label, form input {
    display: block; }
  form p {
    margin: 0 0 20px 0; }
  form input {
    height: 44px;
    background: #fff;
    color: #2F2F83;
    border: none;
    border-radius: 6px;
    width: 100%; }
  form div {
    width: 100%;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    form div p {
      width: 30%; }
  form input[type=submit] {
    background: #BCBCFF;
    border-radius: 22px;
    font-weight: 800;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer; }
  form input[type=submit]:hover {
    opacity: .8; }

@media screen and (max-width: 600px) {
  body {
    padding: 20px; }

  h1 {
    font-size: 9em;
    line-height: .8em;
    margin: 0 0 20px 0; }

  .addbutton, .prevbutton {
    top: 20px;
    z-index: 20; }

  .addbutton {
    right: 20px; }

  .prevbutton {
    left: 20px; }

  #objectinfos {
    width: calc(100vw - 40px); }

  /** Form **/
  form {
    width: 70%; }
    form div {
      width: 100%;
      border: none;
      display: block;
      justify-content: none; }
      form div p {
        width: 100%; } }
@media screen and (max-width: 400px) {
  h1 {
    font-size: 6em;
    line-height: .9em; } }
@media screen and (max-height: 600px) {
  h1 {
    font-size: 15vh;
    line-height: .9em; } }

/*# sourceMappingURL=style.css.map */
