@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500&family=Yeseva+One&display=swap");

html {
  box-sizing: border-box;
}

body {
  font-weight: normal;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  z-index: 10;
  font-weight: normal;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 103px;
  left: 73px;
  font-size: 1.7rem;
  text-align: center;
  opacity: 0;
}

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

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

.background {
  position: absolute;
  height: 250px;
  width: 300px;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

.globe {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 63px;
  left: 75px;
}

/* 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;
}
