@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700");
body {
  margin: 0;
  padding: 0;
  font-family: "Amatic SC", sans-serif;
  font-size: 20px;
}
canvas {
  display: block;
  margin: 0 auto;
}

@keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}

.rsd {
  display: inline-block;
  vertical-align: middle;
  width: 100%;

  outline: none;
  text-align: center;
  line-height: 1;
}

.startingPage {
  background-repeat: no-repeat;
  background-image: url("../assest/imageedit_26_3841004364.jpg");
  margin: 0;
  padding: 0;
  background-size: 100vh;
  background-position: relative;
  background-position: 50%;
  height: 100vh;
  width: 100%;
  background-color: #000;
  color: rgb(0, 0, 0);
  text-decoration: double;
  font-style: oblique;
  font-size: larger;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.startButton {
  font-size: 30px;
  width: 300px;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10%;
  background-color: rgba(217, 213, 93, 255);
  box-shadow: 10px 5px 5px #db4256;
}

.restart {
  width: 200px;
  border: none;
  font-size: 2rem;
  padding: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
}

#rsd {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.icons {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
}
p {
  padding: 5px;
  border: 5px solid #1c95a5;
  margin: 5px;
  background: #fffed1;
}
ul {
  color: crimson;
}
