*

button {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
 .download {
    border: 1px;
    width: 100px;
    height: 100px;

}

h2 {
    text-align: center;
}

.maintitle {
    text-align: center;
}

.pressrelease {
text-align: center;
}


.bboyzilla1 img{
  max-width: 50%;
    max-height: 50%;   
}

.bboyzilla2 img{
  max-width: 50%;
    max-height: 50%;   
}

.bboyzilla3 img  {
    max-width: 50%;
    max-height: 50%;
}

.footer {
    text-align: center;
}

.dark-mode {
    background-color: #222;
    color: #eee;
}

.hero-image {
  background-image: url("pics/BBOY\ ZILLA\ LOGO\ RED.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

body, html {
    height: 100%;
}
.footer {
    background-image: url("pics/Footer\ bboyz\ logo.jpg");
    height: auto;
    background-position: center;
}