@font-face {
  font-family: "spicy-rice";
  src: url("fonts/Spicy_Rice/SpicyRice-Regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
html {
  height: 100%;
}

body {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background-image: url(./img_pollo_locco/img/background_reminiscent_of_0.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  font-family: "spicy-rice", "Arial", "Helvetica", "sans-serif";
}
.d-none {
  display: none !important;
  position: relative;
}
.d-flex {
  display: flex;
}
canvas {
  background-color: black;
  border-radius: 2%;
  display: block;
}


h1 {
  display: flex;
  justify-content: center; 
  text-align: center;
  flex-wrap: wrap;
  font-size: 80px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  color: #ff6b00; 
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white,
    2px 2px 0 white; /
}


.d-flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.d-none {
  display: none !important;
}

#rotateOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5em;
    z-index: 9999;
  }
  #fullscreen{
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
  }

   

 

