@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
@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;
}

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

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

#start {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
}

.animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
}

.animation {
  z-index: 10;
}

#city_dark_large_blue {
  visibility: hidden;
}

#city_light_large_blue {
  visibility: hidden;
}

#city_dark_small_blue {
  visibility: hidden;
}

#city_blue_shield {
  visibility: hidden;
}

#city_light_small_blue {
  visibility: hidden;
}

#white {
  visibility: hidden;
}

#city_stripes {
  visibility: hidden;
}

#city_gold_shield_left {
  visibility: hidden;
}

#city_gold_shield_right {
  visibility: hidden;
}

#city_red {
  visibility: hidden;
}

#city_white {
  visibility: hidden;
}

#city_m,
#city_A,
#city_N,
#city_C,
#city_H,
#city_E,
#city_S,
#city_T,
#city_E2,
#city_R,
#city_C2,
#city_I,
#city_T2,
#city_Y,
#city_1,
#city_8,
#city_9,
#city_4 {
  visibility: hidden;
}

#city_light_large_blue {
  stroke-dasharray: 497;
  stroke-dashoffset: 497;
}

#city_ship {
  clip-path: url(#myBoatMask);
}

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