* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.container {
  background-image: url(./pngtree-muslim-lamp-as-ramadan-symbol-and-tasbih-isolated-image_15574326.png);
  background-size: contain;
  display: block;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.text {
  color: white;
  text-align: center;
  margin-top: 100px;
  margin-left: 700px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 800px;
  /* height: 300px; */
  /* background-color: rgb(128, 130, 132); */
}

.watch {
  background-color: rgb(154, 66, 3);
  width: 300px;
  height: 400px;
  display: flex;
  flex-direction: column;
  border: 29px ridge rgb(154, 0, 205);
  border-radius: 20px;
  padding: 13px;
}
.watch h1 {
  font-size: 17px;
  padding: 10px;
  text-align: center;
  color: azure;
  letter-spacing: 2px;
}
.counter {
  background-color: rgb(253, 253, 253);
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
.reset {
  background-color: rgb(108, 77, 40);
  width: 10px;
  height: 10px;
  position: relative;
  left: 165px;
  top: 1px;
  border: 4px outset #0a0a0a;
  border-radius: 50%;
  padding: 20px;
}
.r {
  color: aliceblue;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 12px;
  font-size: 16px;
  margin-left: 170px;
}
.c {
  color: aliceblue;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 20px;
  text-align: center;
}

.count {
  background-color: rgb(207, 0, 214);
  width: 85px;
  height: 85px;
  position: relative;
  left: 30%;
  top: 6px;
  border: 10px outset rgb(161, 7, 161);
  border-radius: 100%;
}
h3 {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 600px) {
  .count,
  .reset {
    cursor: pointer;
  }
  .container {
    background-size: cover;
  }
  .box {
    margin-top: 40px;
  }
  .text {
    margin-left: 1px;
    width: 400px;
  }
}
