* {
margin: 0;
padding: 0;
}

body {
    font-family: 'Arvo', serif;
    background-image: url(images/batman.jpg);
    background-attachment: fixed;
    background-position: center top;
}

header {
    font-family: 'Bangers', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    background-color: rgba(16, 105, 204, 0.95);
    padding: .25em 0 .25em .25em;
}

b {
    color: white;
}

#window {
    height: 30em;
}

#info {
    position: relative;
    top: 40%;
    left: 10%;
    width: 5.5em;
    height: 20%;
    font-family: 'Six Caps', sans-serif;
    font-size: 3.5rem;
    padding: 1rem;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.75);
    border-radius: 25px;
    text-align: center;
}

#info a {
    color: black;
    text-decoration: none;
    position: relative;
    top: 8%;
}

#mates {
    background-color: rgba(255, 20, 0, 0.75);
    color: white;
    font-family: 'Bangers', sans-serif;
    font-size: 2rem;
    text-align: center;
}

li{
    display: inline;
}

#platform {
    background-color: rgba(16, 105, 204, 0.95);
    padding-bottom: 1em;
}

#platform h1 {
    font-family: 'Six Caps', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 3rem;
    /* color: #DFFF19; */
    color: white;
}

#platform div {
    width: 30%;
    display: inline-block;
    padding: 1% 1% 1em 1em;
}

#platform h2 {
    color: white;
    font-weight: normal;
    font-size: 2.5rem;
    font-family: 'Six Caps', sans-serif;
}

#action {
    background-color: rgba(255, 20, 0, 0.85);
    text-align: center;
    padding: 1em;
}

#action div {
    font-family: 'Bangers', sans-serif;
    font-size: 4rem;
    color: white;
    background-image: url(images/logo.png);
    background-size: 100% 100%;
    background-position: center;
}



.bigbutton {
    width: 30%;
    height: 3em;
    margin: 0 auto;
}

.bigbutton a {
    color: white;
    text-decoration: none;
    position: relative;
    top: 1.1em;
}

.smallbutton {
    width: 20%;
    height: 2em;
    margin: 0 auto;
}

.smallbutton a {
    font-size: 3rem;
    color: white;
    text-decoration: none;
    position: relative;
    top: 1.5rem;
}

footer {
    background-color: rgba(16, 105, 204, 0.95);
    color: white;
}