* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    user-select: none;
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    cursor: url('crosshair.png') 16 16, auto;
    background-image: url("space-background.jpeg");
    position: relative;
    top: 0;
    left: 0;
    transition-property: border;
    transition-duration: 100ms;

}

header {
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
  font-family: 'Libre Baskerville', sans-serif, arial;
}

h1, .instructions, .buttons {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

h2 {
  font-size: 30px;
  padding-bottom: 20px;
}

.instructions {
  position: relative;
  width: 550px;
  height: 300px;
  border: 2px solid white;
  padding: 20px 15px 0 15px;
}

.spaceShip {
  z-index: 500;
}

.powerup,
.powerupText {
  z-index: 501;
}

section p {
  font-size: 20px;
  line-height: 1.5;
  white-space: pre-wrap;
}

.buttons {
  display: flex;
  width: 500px;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  padding-top: 50px;
}

button {
  border: 2px solid white;
  background-color: #00000000;
  width: 120px;
  height: 55px;
  color: white;
  font-size: 20px;
}

button:hover {
  cursor: url('crosshair.png') 16 16, auto;
}
button:focus {
  outline: none;

}

h1 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 700px;
  font-size: 60px;
  font-family: 'Monoton', sans-serif, arial;
  font-weight: 100;
}

.asteroid-spawn {
    height: 400px;
    position: relative;
    width: 700px;
}

.stats {
    font-size: 2em;
    left: 2vw;
    position: fixed;
    top: 2vw;
    color: #00000000;
}

.health,
.current-score,
.powerup {
    margin-top: 1vw;
    text-transform: uppercase;
}

li {
  margin-bottom: 17px;
  list-style: none;
  font-size: 20px;
  font-kerning: auto;
}
.scoreList {
  position: absolute;
  display: flex;
  width: 550px;
  height: 225px;
  top: 75px;
  left: 70px;
}

.placement {
  width: 60px;
  height: 225px;
}

.names {
  width: 200px;
  height: 225px;
}

.highScores {
  width: 100px;
  height: 225px;
}

.bottomRightAngle {
  position: fixed;
  bottom: 96px;
  right: 40px;
  height: 80px;
  width: 100px;
  background: #0b0b10;
  z-index: 2;
  transform: skewX(-45deg);
  border-top: 4px solid white;
  border-left: 4px solid white;
}

.bottomLeftAngle {
  position: fixed;
  bottom: 96px;
  left: 40px;
  height: 80px;
  width: 100px;
  background: #0b0b10;
  z-index: 2;
  transform: skewX(45deg);
  border-top: 4px solid white;
  border-right: 4px solid white;
}

.bottomBar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100vw;
  background: #0b0b10;
  border-top: 4px solid white;
}

.bottomLeft {
  position: fixed;
  bottom: 90px;
  left: 0;
  height: 86px;
  width: 100px;
  background: #0b0b10;
  z-index: 20;
  border-top: 3px solid white;
}

.bottomRight {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  bottom: 0px;
  right: 0;
  height: 176px;
  width: 100px;
  background: #0b0b10;
  z-index: 20;
  border-top: 3px solid white;
  padding-top: 15px;
  border-left: 2px solid white;
}

.buttonPanel {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 13px;
  right: 15vw;
  width: 150px;
  height: 65px;
  background: #0b0b10;
  z-index: 3;
  border: 3px solid white;
}

.switch {
  width: 30px;
  height: 40px;
  border: 2px solid white;
  border-radius: 2px
}

.fakeButtons {
  position: relative;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  border-radius: 50%;
}
.button1 {
  position: relative;
  top: -5px;
  left: 10px;
}

.button2 {
  position: relative;
  top: 5px;
}

.button3 {
  position: absolute;
  top: 20px;
  left: 15px;
}

.button4 {
  position: absolute;
  top: 20px;
  right: 15px;
}

.button5 {
  position: absolute;
  top: 50px;
  left: 37.5px;
}

.doubleBox {
  position: fixed;
  bottom: 13px;
  left: 15vw;
  width: 150px;
  height: 65px;
  border: 10px double white;
  z-index: 3;
}

.button6, .button7, .button8, .button9, .button10, .button11 {
  margin-left: 5px;
  margin-right: 5px;
  height: 30px;
  width: 30px;
}

.powerup {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  bottom: 15px;
  border: 1px solid white;
  height: 3vw;
  width: 20vw;
}

.powerupText {
  color: white;
  position:fixed;
  margin-left: auto;
  margin-right: auto;
  bottom: 65px;
  font-size: 25px;
}

.powerup > div {
  background-color: white;
  height: 100%;
  width: 0%;
}

.fakeButtons {
  background-color: rgb(122, 111, 153);
}

.switch {
  background-color: blue;
}

.doubleBox {
  background-color: rgb(161, 0, 0);
}

.bottomLeft,
.buttonPanel,
.bottomRight {
  background-color: rgb(139, 139, 139);
}

.bottomBar,
.bottomLeftAngle,
.bottomRightAngle {
  background-color: rgb(59, 59, 59);
}