* {
  box-sizing: border-box;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  background-image: url(../assets/imgs/5_background/big-background.jpg);
  background-size: cover;
  background-position: center;
  margin: 0;
  display: flex;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "ubuntu", sans-serif;
}

a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

a:hover {
  text-decoration: underline;
}

canvas {
  background-color: black;
}
