@import url('https://fonts.googleapis.com/css2?family=Micro+5&display=swap');

body {
  background-image: url('/img/blurredbg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}

button {
  border-radius: 4px;
  border: none;
  background-color: #FEFEFE;
  color: #000000;
  font-family: Micro 5;
  width: 120px;
  margin: 4px;
}
