/* main.css */
body {
  background-image: url('../assets/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
}

txt {
  color: white;
}

nav {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.button-container {
  text-align: center;
}

.btn {
  background: none;
  border: none;
  display: inline-block;
  width: 200px;
  height: 50px;
  background-size: cover;
}

.back {
  width: 130px;
  height: 132px;
}
