/*
 Theme Name:   Hercules Beats - Coming Soon v1.0
 Template:     twentytwentyfive
 Version:      1.0.0
 Description:  Hercules Beats
 Author:       sn0pp
 Author URI:   herculesbeats.com
*/

html, body {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: 'Poppins', sans-serif;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
