@import url('https://fonts.googleapis.com/css?family=Staatliches');

* {
  margin: 0;
  padding: 0;
}
body,
html {
  background-color: #000;
  background-image: url('./bgImage.png');
  background-size: cover;

  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
  color: #fff;
}

.hour {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}

.success {
  color: #0ad254;
}

.gv {
  margin: 20px;
}

a, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.center {
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
