@import 'variables';

body {
  font-family: $fontRegular;
  background-color: gray;
  height: 100%;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  & h1 {
    margin-top: 30px;
  }
}

.cuepoint-btn {
  margin-top: 30px;

  input {
    padding: 15px;
  }
}

#player1 {
  box-shadow: 0 25px 60px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

// TODO: temporary display none
h1 {
  margin-bottom: 20px;
}
