@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.container {
  width: 300px;
  height: 250px;
  overflow: hidden;
  background-color: #000000;
  position: relative;
}

#background {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 80;
}

#background_A {
  position: absolute;
  width: 300px;
  height: 250px;
  background-image: url("images/background_A.jpg");
  background-size: cover;
}

#balloon_A {
  position: absolute;
  width: 300px;
  height: 250px;
  background-image: url("images/balloon_A.png");
  background-size: cover;
  z-index: 50;
}

#background_B {
  position: absolute;
  width: 300px;
  height: 250px;
  background-image: url("images/background_B.jpg");
  background-size: cover;
}

#balloon_B {
  position: absolute;
  width: 300px;
  height: 250px;
  background-image: url("images/balloon_B.png");
  background-size: cover;
  z-index: 50;
  opacity: 0;
}

h1 {
  font-family: "Varela Round", sans-serif;
  font-weight: normal;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

#title {
  position: absolute;
  top: 100px;
  left: 15px;
  z-index: 100;
  opacity: 0;
}

#text1 {
  position: absolute;
  top: 75px;
  left: 160px;
  z-index: 10;
}

#text2 {
  position: absolute;
  top: 70px;
  left: 147px;
  z-index: 10;
}

#web {
  position: absolute;
  top: 195px;
  left: 13px;
  z-index: 100;
  font-size: 1rem;
  opacity: 0;
}

#phone {
  position: absolute;
  top: 195px;
  left: 170px;
  z-index: 100;
  font-size: 1rem;
  opacity: 0;
}

#twitter {
  position: absolute;
  top: 218px;
  left: 93px;
  z-index: 100;
  font-size: 1rem;
  opacity: 0;
}

/* Intro */

/* Code below for the button */

.btn {
  height: 30px;
  width: 60px;
  background-color: rgb(0, 0, 0);
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 10px;
  z-index: 100;
  color: white;
  box-shadow: none;
  border: none;
  font-size: 15px;
  border: 1px solid black;
}

.btn:hover {
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

#pause {
  left: 10px;
  top: 260px;
}

/* Mask */

/* #id element {
  clip-path: url(#myMask);
} */
