@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body {
  background-image: url('/images/background.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h1, h3 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-shadow: 2px 2px 5px #000000;
  text-align: center;
}
