*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#010305}
body{font-family:Arial,sans-serif}
.coming-soon{
  position:relative;
  width:100%;
  max-width:1536px;
  margin:0 auto;
  line-height:0;
  background:#010305;
}
.artwork{
  display:block;
  width:100%;
  height:auto;
  user-select:none;
  -webkit-user-drag:none;
}
.hotspot{
  position:absolute;
  display:block;
  z-index:2;
  border-radius:14px;
  outline:none;
}
.whatsapp{
  left:5.3%;
  top:76.95%;
  width:20.6%;
  height:7.8%;
}
.email{
  left:27.55%;
  top:76.95%;
  width:16.5%;
  height:7.8%;
}
.hotspot:focus-visible{
  box-shadow:0 0 0 3px rgba(213,160,93,.95);
}
@media (max-width:600px){
  .hotspot{border-radius:8px}
}
