body{
  background-image: url(https://srv1000811.hstgr.cloud/banner/background.jpg);
  background-size: fixed;
}

.header-banner-mobile{
    background-color: rgb(0, 0, 0);
    height: 50px;
    width: 458px;
    border-radius: 5px;
    margin: auto;
}

.header-image-mobile{
    text-align: center;

}

.header-image-mobile img{
    width: 100px;
    height: 30px;
    margin-top: 12px ;
}

.banner-contaier-mobile {
    background-color: rgba(18, 51, 143, 0.603);
    padding-top: 15px;
    padding-bottom: 12px;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.banner-image-mobile {
    text-align: center;
}

.banner-image-mobile img{
    width: 400px;
    height: 250px;
    border-radius: 10px;
}
.button-container{
    width: 500px;
    text-align: center;
    margin: auto;
    padding-top: 15px;
}
.button-62 {
  background: linear-gradient(to bottom right, #d60404, #a80505);
  border: 0;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: bolder;
  line-height: 2.5;
  outline: transparent;
  padding: 0 8rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  text-shadow: 1px 1px 10px black;
}

.button-62:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(0, 195, 255, 0.5), .125rem .125rem 1rem rgba(1, 225, 255, 0.5);
}

.button-62:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(0, 247, 255, 0.5), .125rem .125rem 1rem rgba(0, 140, 255, 0.5);
}

.information{
    display: none;
}

.footer-container{
    display: none;
}



@media screen and (max-width: 500px) {
  .header-banner-mobile{
    background-color: rgb(0, 0, 0);
    height: 50px;
    width: 95%;
    border-radius: 5px;
    margin: auto;
}

.header-image-mobile{
    text-align: center;

}

.header-image-mobile img{
    width: 100px;
    height: 30px;
    margin-top: 12px ;
}

.banner-contaier-mobile {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    padding-bottom: 12px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.banner-image-mobile {
    text-align: center;

}

.banner-image-mobile img{
    width:280px;
    height: 180px;
    border-radius: 10px;
    box-shadow: #00d9ff 1px 1px 50px ;
}
.button-container{
    width: 250px;
    padding-top: 15px;
    margin-top: 30px;
}

.button-62 {
  padding: 0 4rem;
  animation: blink 1s ease-in-out infinite; 
  transition: transform 0.1s ease-in-out;   
}

.button-62:not([disabled]):focus {
  animation: blink 1s ease-in-out infinite;
}

.button-62:not([disabled]):hover {
  transform: scale(1.1);


}

.information {
    display: block;
    width: 95%;
    margin: auto;
    padding-top: 40px;
}

.information-text{
    width: 300px;
    height: 250px;
    background-color: hsla(0, 0%, 2%, 0.5);
    box-shadow: inset #008cff 1px 1px 15px;
    color: rgb(255, 255, 255);
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    border-radius: 10px;
    font-size: 10px;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: rgb(0, 0, 0) 1px 1px 10px;
}

.footer-container{
    display: flex;
    background-image: linear-gradient(to right, rgb(148, 7, 7)
    ,rgb(204, 4, 4));
    width: 315px;
    margin: auto;
   justify-content: space-evenly;
   margin-top: 5px;
}

.footer-logo{
    padding-top: 10px;
    width: 100px;
}

.footer-logo img{
    width: 100px;
    height: 50;
}

.footer-two{
    padding-top: 10px;
    width: 100px;
}

.footer-two img{
    width: 100px;
    height: 50;
}

@keyframes blink {
  0% {  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(255, 0, 0, 0.5), .125rem .125rem 1rem rgba(255, 0, 0, 0.5); }
  50% { box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgb(255, 0, 0), .125rem .125rem 1rem rgb(255, 0, 0); }
  100% {  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(255, 0, 0, 0.5), .125rem .125rem 1rem rgba(255, 0, 0, 0.5); }
}
}