*{
  box-sizing: border-box;
}

body{
  background-image: url("assets/images/try_again.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100vh;
}