html,
body {
    background-image: url("image/stonewall.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1100px;
    margin-top: 0px;
}


/* ====================*/

.main {
    margin-top: 125px;
    width: 100%;
    text-align: center;
    color: white;
}

.content {
    width: 90%;
    border-radius: 15px;
    margin: auto;
    background-color: rgba(0, 0, 0, .7);
    /* For IE8 and earlier */
    filter: alpha(opacity=70);
    /* color: rgb(255, 255, 255); */
}

.content h3 {
    display: inline-block;
}

.gametrackerinfo {
    display: flex;
    justify-content: space-around;
}

.btn {
    color: #f7f0f0;
    background: transparent;
    padding: 10px 20px;
    border: 0px;
    border-radius: 25px;
    font-size: 1em;
}

.btn:hover {
    /* background-color: #333333; */
    background-color: rgba(29, 27, 27, 0.7);
    cursor: pointer;
    color: red;
    text-decoration: underline;
    font-size: 1em;
}

.sponsor a:link,
a:visited {
    color: #18dd18;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
}

.sponsor a:hover,
a:active {
    color: red;
    text-decoration: underline;
    font-size: 1.2em;
}

.gametrackerinfo a:link,
a:visited {
    color: #36d2ee;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
}

.gametrackerinfo a:hover,
a:active {
    color: red;
    text-decoration: underline;
    font-size: 1em;
}

.rules {
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    color: #ffffff;
}

.counter {
    margin: 30px auto;
    width: 5em;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    background-color: gray;
    color: black;
    font-size: 1.2em;
    font-weight: bold;
}
