* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Slab', serif;
}

.ddim-vc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ddim-transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ddim-shadow {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

._dragDrop {
  width: 1000px;
  margin: 20px auto 0;
  position: relative;
}

.dragDrop {
  width: 100%;
  height: calc(100vh - 100px);
  margin: 5px auto 0;
  position: relative;
  overflow-y: auto;
}

.ddim-slot {
  float: left;
  outline-offset: -15px;
  position: relative;
  pointer-events: none;
}

.ddim-slot-num {
  text-align: center;
  color: black;
  font-size: 20px;
  position: absolute;
  width: 100%;
}

.ddim-item {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
}

.ddim-item.ddim-disabled {
  pointer-events: none;
  opacity: 0;
}

.ddim-item.ddim-selected {
  z-index: 20;
}

.ddim-item-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  border: solid 5px orange;
}

.ddim-item-panel {
  width: 80%;
  height: 35px;
  background: #fff;
  position: absolute;
  left: 10%;
  bottom: -15px;
  z-index: 5;
  display: none;
}

.ddim-item-title {
  font-size: 15px;
  color: #365684;
  text-align: center;
  line-height: 35px;
}

.box {
  width: calc((100/3) * 1%);
  /* width: 100px; */
  /* height: 50px; */
  padding-bottom: calc((100/3) * (1080/1920) * 1%);
  /* padding-bottom: 80px; */
  margin-bottom: 30px;
}

/* 'width:' + ( 100 / numOfImagesPerRow ) + '%; */
/* padding-bottom:' + ( ( 100 / numOfImagesPerRow ) * ( imageAspectHeight / imageAspectWidth ) ) + '%;
margin-bottom:' + imageMarginBottom + 'px;'); */
.gr-walkthru-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 1fr;
      grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: "walkthrutext walkthruimage";
  grid-gap: 15px;
  position: absolute;
  bottom: 40px;
  left: 1%;
  height: 200px;
  width: 98%;
  border: solid 1px black;
  padding: 10px;
  background-color: orange;
}

.gr-walkthru-container .walkthru-text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: walkthrutext;
  font-size: 2rem;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-radius: 10px;
  padding: 10px;
}

.gr-walkthru-container .walkthru-text .walkthru-event {
  font-size: 2.5rem;
  -ms-grid-column-align: center;
      justify-self: center;
}

.gr-walkthru-container .walkthru-image {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: walkthruimage;
  background-color: aqua;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 180px;
  border-radius: 10px;
  border: solid 5px black;
  justify-self: center;
}

@media (min-width: 1366px) {
  .dragDrop {
    width: 60%;
    height: calc(100vh - 100px);
    margin: 5px auto 0;
    position: relative;
    overflow-y: auto;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Slab', serif;
}

.ddrosary-vc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ddrosary-transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ddrosary-shadow {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.ddrosary-slot {
  float: left;
  outline-offset: -15px;
  position: relative;
  pointer-events: none;
}

.ddrosary-slot-num {
  text-align: center;
  color: black;
  font-size: 20px;
  position: absolute;
  width: 100%;
}

.ddrosary-item {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.ddrosary-item.ddrosary-disabled {
  pointer-events: none;
  opacity: 0;
}

.ddrosary-item.ddrosary-selected {
  z-index: 20;
}

.ddrosary-item-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.ddrosary-item-panel {
  width: 80%;
  height: 35px;
  background: #fff;
  position: absolute;
  left: 10%;
  bottom: -15px;
  z-index: 5;
  display: none;
}

.ddrosary-item-title {
  font-size: 15px;
  color: #365684;
  text-align: center;
  line-height: 35px;
}

.box {
  width: calc((100/3) * 1%);
  padding-bottom: calc((100/3) * (1080/1920) * 1%);
  margin-bottom: 30px;
}

/*WIDE SCREEN SUPPORT fro background image*/
/*MOBILE SUPPORT fro background image*/
.btnSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px black;
  padding: 10px;
  background-color: #fd7e14;
  border-radius: 50%;
}

.slide-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 5px;
  margin: 3px;
  border: solid orange 3px;
}

.slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  height: calc(100vh - 70px);
  margin: 4px auto 0;
  overflow-x: auto;
  white-space: nowrap;
}

.btnFullScreen {
  border: solid white 1px;
  margin-right: 20px;
  padding: 5px;
}

.gr-rosary-container {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "rosarytext rosaryimage" "rosarytext rosarymode";
  position: absolute;
  bottom: 0px;
  border: solid 1px black;
  background-color: orange;
}

.gr-rosary-container .rosary-text {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: rosarytext;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
}

.gr-rosary-container .rosary-text .rosary-event {
  -ms-grid-column-align: center;
      justify-self: center;
}

.gr-rosary-container .rosary-text .rosary-paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}

.gr-rosary-container .rosary-text .rosary-ref {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-style: italic;
}

.gr-rosary-container .rosary-image {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: rosaryimage;
  background-color: aqua;
  border: solid black 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-self: center;
}

.gr-rosary-container .rosary-mode {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: rosarymode;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dragDropRosary {
  position: relative;
  background: grey;
}

.dragDropRosary {
  width: 100%;
  margin: 5px auto 0;
  position: relative;
  overflow-y: auto;
}

@media (min-width: 320px) {
  .dragDropRosary {
    height: calc(100vh - 70px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 7fr 1fr;
        grid-template-columns: 7fr 1fr;
    -ms-grid-rows: 85px auto;
        grid-template-rows: 85px auto;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 210px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.3rem;
    height: 200px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 0.6rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 78px;
    height: 82px;
    border-radius: 5px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .slide-image {
    min-width: calc(146px * 1.5);
    height: calc(158px * 1.5);
  }
  .btnSlide {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}

@media (min-width: 375px) {
  .dragDropRosary {
    height: calc(100vh - 60px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 4fr 1fr;
        grid-template-columns: 4fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 250px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.3rem;
    height: 240px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 0.6rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 78px;
    height: 82px;
    border-radius: 5px;
  }
  .slide-image {
    min-width: calc(146px * 2);
    height: calc(158px * 2);
  }
}

@media (min-width: 411px) {
  .dragDropRosary {
    height: calc(100vh - 70px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 7fr 1fr;
        grid-template-columns: 7fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 270px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.5rem;
    height: 260px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 0.8rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 78px;
    height: 82px;
    border-radius: 5px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
}

@media (min-width: 414px) {
  .dragDropRosary {
    height: calc(100vh - 70px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 7fr 1fr;
        grid-template-columns: 7fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 270px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.5rem;
    height: 260px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 0.8rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 78px;
    height: 82px;
    border-radius: 5px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .slide-image {
    min-width: calc(146px * 2);
    height: calc(158px * 2);
  }
}

@media (min-width: 568px) {
  .dragDropRosary {
    height: calc(100vh - 70px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 7fr 1fr;
        grid-template-columns: 7fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 124px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.3rem;
    height: 114px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 0.6rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 78px;
    height: 82px;
    border-radius: 5px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .slide-image {
    min-width: calc(146px * 0.7);
    height: calc(158px * 0.7);
  }
  .btnSlide {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    margin-top: -8px;
  }
}

@media (min-width: 640px) {
  .slide-image {
    min-width: calc(146px * 0.9);
    height: calc(158px * 0.9);
  }
}

@media (min-width: 667px) {
  .dragDropRosary {
    height: calc(100vh - 60px);
    margin: 0px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 7fr 1fr;
        grid-template-columns: 7fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 150px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.4rem;
    height: 140px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 0.6rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 78px;
    height: 82px;
    border-radius: 5px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .ddrosary-item {
    padding: 4px 1px 5px 1px;
  }
}

@media (min-width: 736px) {
  .dragDropRosary {
    height: calc(100vh - 70px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 7fr 1fr;
        grid-template-columns: 7fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 150px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.5rem;
    height: 140px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 0.6rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 80px;
    height: 90px;
    border-radius: 5px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .ddrosary-item {
    padding: 4px 5px 5px 5px;
  }
  .slide-image {
    min-width: calc(146px * 1.1);
    height: calc(158px * 1.1);
  }
}

@media (min-width: 768px) {
  .dragDropRosary {
    height: calc(100vh - 70px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 7fr 1fr;
        grid-template-columns: 7fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 200px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.5rem;
    height: 190px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 1.2rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 80px;
    height: 90px;
    border-radius: 5px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .ddrosary-item {
    padding: 4px 5px 5px 5px;
  }
  .slide-image {
    min-width: calc(146px * 3);
    height: calc(158px * 3);
  }
  .btnSlide {
    margin-top: -8px;
  }
}

@media (min-width: 812px) {
  .dragDropRosary {
    height: calc(100vh - 70px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 7fr 1fr;
        grid-template-columns: 7fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 120px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.3rem;
    height: 110px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 0.8rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 80px;
    height: 90px;
    border-radius: 5px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .ddrosary-item {
    padding: 4px 5px 5px 5px;
  }
  .slide-image {
    min-width: calc(146px * 1);
    height: calc(158px * 1);
  }
  .btnSlide {
    margin-top: -4px;
  }
}

@media (min-width: 823px) {
  .dragDropRosary {
    height: calc(100vh - 70px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 7fr 1fr;
        grid-template-columns: 7fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 150px;
    width: 99%;
    border: solid 1px black;
    padding: 4px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.5rem;
    height: 140px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 1rem;
    font-style: italic;
    padding-top: 2px;
    padding-right: 3px;
  }
  .gr-rosary-container .rosary-image {
    width: 80px;
    height: 90px;
    border-radius: 5px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .ddrosary-item {
    padding: 4px 5px 5px 5px;
  }
}

@media (min-width: 1024px) {
  .dragDropRosary {
    height: calc(100vh - 100px);
    margin: 4px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 6fr 1fr;
        grid-template-columns: 6fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 170px;
    width: 99%;
    border: solid 1px black;
    padding: 5px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.8rem;
    height: 158px;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2.5rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 1.4rem;
    font-style: italic;
    padding-top: 10px;
    padding-right: 10px;
  }
  .gr-rosary-container .rosary-image {
    width: 146px;
    height: 158px;
    border-radius: 10px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .ddrosary-item {
    padding: 4px 5px 5px 5px;
  }
  .slide-image {
    min-width: calc(146px * 2);
    height: calc(158px * 2);
  }
  .btnSlide {
    margin-top: -8px;
  }
}

@media (min-width: 1366px) {
  .dragDropRosary {
    height: calc(100vh - 100px);
    margin: 5px auto 0;
  }
  .gr-rosary-container {
    -ms-grid-columns: 6fr 1fr;
        grid-template-columns: 6fr 1fr;
    grid-gap: 10px;
    bottom: 0px;
    left: 0.5%;
    height: 170px;
    width: 99%;
    border: solid 1px black;
    padding: 5px;
  }
  .gr-rosary-container .rosary-text {
    font-size: 1.8rem;
    height: 158px;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
  }
  .gr-rosary-container .rosary-text .rosary-event {
    font-size: 2.5rem;
  }
  .gr-rosary-container .rosary-text .rosary-ref {
    font-size: 1.4rem;
    font-style: italic;
    padding-top: 10px;
    padding-right: 10px;
  }
  .gr-rosary-container .rosary-image {
    width: 146px;
    height: 158px;
    border-radius: 10px;
  }
  .ddrosary-item-inner {
    border-radius: 5px;
    border: solid 2px orange;
  }
  .ddrosary-item {
    padding: 4px 5px 5px 5px;
  }
}

.rosary-image-border-black {
  border: solid 2px black;
}

.rosary-image-border-green {
  border: solid 2px green;
}

.rosary-image-border-red {
  border: solid 2px red;
}

.game-timer {
  margin: auto;
  font-family: Orbitron;
  color: grey;
  display: block;
}

#controls {
  width: 200px;
  margin: auto;
  display: block;
}

.timer-btn {
  color: white;
  padding: 25px;
  font-family: Helvetica;
  border-radius: 9px;
  cursor: pointer;
  display: inline-block;
  margin: auto;
}

#btnStartStoper {
  background-color: green;
}

#btnStopStoper {
  background-color: red;
}
/*# sourceMappingURL=main_picturegames.css.map */