html, body, section, article, div, label, input, form, header,
h1, h2, h3, p, ul, strong, em, a, li, button, img {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  box-sizing: inherit;
  font: inherit;
  font-family: inherit;
  text-decoration: inherit;
  // text-align: inherit;
  color: inherit;
  background: transparent;
}

.view {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  background: #fff;
}

.board {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff1eb;
  min-height: 401px;
  width: 401px;
  border: dashed 5px #4f8caf;
  color: #001cba;
  list-style: none;
  position: relative;
}

.tile {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fafafa;
  height: 50px;
  width: 50px;
  -webkit-animation-duration: 0.6s;

}

.button {
  align-items: center;
  height: 45px;
  width: 45px;
  margin: 5px;
  -webkit-animation-duration: 0.6s;
 }


 .pulse {
   -webkit-animation-iteration-count: infinite;
 }

h1 {
  padding-top: 70px;
  font-family: 'Sacramento', cursive;
  font-size: 72px;
  color: #ff3380;
  text-shadow: 4px 4px 0 #fff,
              1px 1px 50px #fff;
}

.first {
  -webkit-animation-delay: 1.5s;
}

.selected {
  background: #d7ebca;
}


.score {
  margin-top: 50px;
  position: absolute;
  top: 25%;
  left: -43%;
  text-align: center;
  padding: 10px;
  border: dashed 5px #4f8caf;
  height: auto;
  width: 116px;
  font-family: 'Nixie One', cursive;
  font-size: 24px;
  background: #fff1eb;
  color: #001cba;
}

.welcome-fade {
  opacity: 0.5;
}

.welcome {
  position: absolute;
  background: #fff1eb;
  z-index: 50;
  top: 200px;
  margin: 20px 0;
  padding: 20px;
  border: dashed 5px #e896cf;
  height: auto;
  width: 380px;
  font-family: 'Nixie One', cursive;
  font-size: 20px;
  color: #4f8caf;
}

.welcome-container {
  position: absolute;
  background: #e896cf;
  opacity: 0.5;
  z-index: 30;
  width: 920px;
  height: 800px;
}

.start-button {
  position: absolute;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: dashed 5px #e896cf;
  background: #fff1eb;
  z-index: 50;
  top: 500px;
  height: 100px;
  width: 100px;
  color: #001cba;
}

.start-text {
  font-family: 'Nixie One', cursive;
  font-size: 26px;
  color: #4f8caf;
}

.game-container {
  max-height: 900px;
  max-width: 1000px;
  display: flex;
  background: #fff1eb;
}

.quilt {
  opacity: 0.9;
  z-index: -1;
  min-width: 800px;
  min-height: 800px;
  width: auto;
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.github {
  cursor: pointer;
  position: absolute;
  background: #fff1eb;
  height: 25px;
  width: 25px;
  top: 721px;
}

.devicon-github-plain {
  position: absolute;
  z-index: 1;
  background: #fff1eb;
  color: #ff3380;
  text-align: center;
  position: absolute;
  height: 25px;
  width: 25px;
  font-size: 20px;
}

.notifications {
  position: absolute;
  padding: 5px;
  border: dashed 5px #4f8caf;
  top: 420px;
  width: 391px;
  font-family: 'Nixie One', cursive;
  font-size: 20px;
  text-align: center;
  color: #4f8caf;
  background: #fff1eb;
}


.bonus {
  margin-top: 50px;
  position: absolute;
  top: 25%;
  right: -43%;
  text-align: center;
  padding: 10px;
  border: dashed 5px #4f8caf;
  height: auto;
  width: 116px;
  font-family: 'Nixie One', cursive;
  font-size: 36px;
  background: #fff1eb;
  color: #ff3380;
}



.losing-image {
position: absolute;
background: #fff1eb;
opacity: 1;
z-index: 50;
top: 200px;
margin: 20px 0;
padding: 20px;
border: dashed 5px #4f8caf;
height: auto;
width: 380px;
}

.losing-container {
  position: absolute;
  background: #4f8caf;
  opacity: 0.5;
  z-index: 40;
  width: 920px;
  height: 800px;
}


.losing-text {
  position: absolute;
  text-align: center;
  height: 20px;
  z-index: 51;
  top: 254px;
  padding-top: 36px;
  padding-left: 43px;
  font-family: 'Nixie One', cursive;
  font-size: 20px;
  height: auto;
  width: 380px;
  color: #4f8caf;
  -webkit-animation-delay: 1s;
}

.group {
  display: block;
  content: "";
  clear: both;
}
