html,
body {
  margin: 0;
  padding: 0;
}

canvas {
  display: block;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background-color: #ff8f2c;
  font-family: sans-serif;
  color: white;
  /* font-family: satoshi; */
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px 150px;
  box-sizing: border-box;
}

.logo {
  width: 150px;
}

.description {
  font-size: 1.5rem;
  text-align: center;
}
#joule-value {
  font-size: 2rem;
  display: inline;
}
#appliance-img {
  height: 15vh;
  /* width: auto; */
  margin-bottom: 10px;
}

.btn {
  font-size: 1.5rem;
  font-family: cubano;
  background-color: white;
  color: #4d0a0a;
  border: none;
  padding: 12px 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 0px #00000060;
}
#desktop-warning {
  justify-content: center;
  padding: 0 30px;
}
