body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Arial, sans-serif;
  background-color: #fff
}

.body-custon{
  text-align: center;
  padding: 2px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-top: 100px;
}

.container {
  text-align: center;
  padding: 2px;
  border-radius: 5px;
  background-color:  #db0303
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-top: 100px;
}

h1 {
  margin-top: 40;
  padding-bottom: 20px;
}

#imgLogo{
  margin-bottom: -20px;
}

#playBtn {
  background-color: #319a3b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#playBtn:hover {
  background-color: #319a3b;
}

#numberButtons {
  margin-top: 20px;
}

.numberBtn {
  background-color: #ffc107;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  padding: 11px 31px;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.numberBtn:hover {
  background-color: #ffca2c;
}

.numberBtn:disabled {
  background-color: #28a745;
  cursor: default;
}

#linkInt{
  background-color: #fdfdfd;
  color: #848484;
  text-decoration: solid;
}

#result {
  margin-top: 20px;
  font-weight: bold;
  background-color: #fdfdfd;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  padding:  50px 33px;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hidden {
  display: none;
}

#choppImg {
  width: 200px;
  height: 200px;
  margin-bottom: 237px;
}


#footer{
margin-bottom: -30px;
}

/*Mobile*/
@media (min-width: 200px) and (max-width: 320px) {
.numberBtn {
    background-color: #000;
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 13px 28px !important;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index:999;
  }
}

@media (min-width : 480px) and (max-width: 768px) {
   .numberBtn {
    background-color: #000;
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 13px 28px !important;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index:999;
  }
}

@media screen and (width: 360px) and (height: 740px) {
  .numberBtn {
    background-color: #000;
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 13px 28px !important;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index:999;
  }
}