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

*[x-apple-data-detectors],  /* iOS */
    .x-gmail-data-detectors,    /* Gmail */
    .x-gmail-data-detectors *,
    .aBn {
  border-bottom: 0 !important;
  cursor: default !important;
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

html {
  box-sizing: border-box;
}

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

body {
  font-family: "Righteous", cursive;
  font-weight: normal;
}

.container {
  height: 250px;
  width: 300px;
  position: relative;
  overflow: hidden;
  visibility: hidden;
  border: 1px solid #007ddf;
}

.logo {
  height: 250px;
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

h1 {
  text-align: center;
  color: #007ddf;
  font-size: 1.15rem;
  margin-top: 48px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 21px;
  font-weight: normal;
}

.location {
  text-align: center;
  color: #007ddf;
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin-top: 46px;
  z-index: 10;
  position: absolute;
  top: 150px;
  left: 24px;
  text-align: center;
  font-weight: normal;
}

.date {
  text-align: center;
  color: #007ddf;
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin-top: 46px;
  z-index: 10;
  position: absolute;
  top: 150px;
  left: 230px;
  text-align: center;
  font-weight: normal;
}

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

.bottom {
  height: 250px;
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.model {
  position: absolute;
  top: 90px;
  left: 75px;
  z-index: 5;
  width: 48%;
}

/* Button code */

.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;
}
