html, body{
background-color: #565656;
background-repeat: no-repeat;
background-size: cover;
max-width: 100%;
min-height: 1000px;
}

header{
display:block;
background-image: url("https://play.bombsaland.com/bombsaland-jippii-1.png");
left:50%;
background-repeat: no-repeat;
width:464px;
height:200px;
margin-top:25px;
}

 .resized-logo {
            width: 25%;
            height: auto; /* Maintain aspect ratio */
		  text-align: center;

        }

  .play-now-button {
            display: inline-block;
            padding: 10px 20px;
            font-size: 48px;
            font-weight: bold;
            color: white;
            background-color: #4CAF50; /* Green */
            border: none;
            border-radius: 5px;
            text-decoration: none;
            text-align: center;
            cursor: pointer;
        }

        .play-now-button:hover {
            background-color: #45a049;
        }

 .info-container {
            padding: 20px;
            margin: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            background-color: #f9f9f9;
        }
        .info-container h2 {
            font-size: 24px;
            color: #333;
        }
        .info-container p {
            font-size: 24px;
            color: #555;
        }
        .info-container a {
            display: inline-block;
            margin-top: 10px;
            padding: 10px 20px;
            font-size: 24px;
            color: white;
            background-color: #007bff;
            text-decoration: none;
            border-radius: 5px;
        }
        .info-container a:hover {
            background-color: #0056b3;
        }

#howto{
position:absolute;
margin-left:auto;
margin-right:auto;
overflow:hidden;
left: 10px; right: 10px
}

.discord {
  background-color : #5865F2;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da;
  cursor: pointer;
}

#discordlabel {
  position: fixed;
  bottom: -4px;
  right: 20px;

}

#facebooklabel {
  position: fixed;
  bottom: 30px;
  right: -6px;
}

.refresh {
  background-color : #31B0D5;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da;
  cursor: pointer;
}

#refreshpagelabel {
  position: fixed;
  bottom: -4px;
  right: 200px;
}

a {
  color: #fff;
overflow: hidden;
}

.leftmenu {
  position: fixed;
  top: calc(15%);
  left: 0;
  z-index: 9;
}
.leftmenu__item {
  max-width: 70px;
  max-height: 70px;
  height: 56px;
  margin: 3px 0;
  display: block;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.leftmenu__item span {
  display: inline-block;
}
.leftmenu__item span.title {
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
}
.leftmenu__item span.icon {
  text-align: center;
  width: 56px;
  min-width: 56px;
}
.leftmenu__item span.icon img {
  width: 70%;
}
.leftmenu__item:hover {
  max-width: 100%;
  min-width: 100%;
}
.leftmenu__item:hover span.title {
  padding: 0 10px;
  max-width: 100%;
}
