*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

#info {
    position: absolute;
    width: 70%;
    padding: 3rem;
    z-index: 100;
    display: block;
    color: #111;
    text-decoration: none;
    border: none !important;
    font-size: 16px;
    font-size: 3vw;
    margin: 0;
    font-weight: bolder;
    text-transform: uppercase; 
}

#play {
    position: absolute;
    width: 70%;
    padding: 3rem;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    color: #111;
    text-decoration: none;
    border: none !important;
    font-size: 1rem;
    margin: 0;
    font-weight: normal;
    text-transform: normal; 
}

@media screen and (max-width: 1243px) {
  #play {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1243px) {
    #design {
    font-size: 3rem !important;
    }
}

#contact {
    position: absolute;
    width: 50%;
    padding: 3rem;
    bottom: 0;
    right: 0;
    z-index: 101;
    display: block;
    color: #111;
    text-decoration: none;
    border: none !important;
    font-size: 1rem;
    font-weight: normal;
    text-transform: normal;
}

#design {
    position: absolute;
    padding: 3rem;
    right: 0;
    top: 0;
    z-index: 100;
    display: block;
    color: #111;
    text-decoration: none;
    border: none !important;
    font-size: 1.5rem;
    margin: 0;
    font-weight: bold;
    text-align: left;
    transform: rotate(90deg) translate(100%,0);
    transform-origin: right top;
}

body {
    margin: 0,0,0,0;
    width: 100%;
    color: var(--color-text);
    background-color: var(--color-bg);
    font-family: tenon, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;

}

h1 {
    display: block;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

canvas {
display: block;
    width: 100vw;
    height: 100vh;
}

a {
    text-decoration: underline;
    color: #111;
}

a:hover,focus {
    text-decoration: none;
    
}

.button {
  background-color: #d8d4cf;
  border: none;
  outline: none;
  color: #111;
  min-width: 12rem;
  height: 5rem;
  padding: 0;
  margin: 0rem;
  float: right;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  border-radius: 7px;
  transition: 0.3s;
}

@media screen and (max-width: 1243px) {
  .button {
  background-color: #d8d4cf;
  border: none;
  outline: none;
  color: #111;
  min-width: 20rem;
  height: 10rem;
  padding: 0;
  margin: 0rem;
  float: right;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2.25rem;
  border-radius: 7px;
  transition: 0.3s;
}
}
.button:hover,focus,active {
    background-color: #111;
    color: #d8d4cf;
    border: none;
    outline: none;
    
}