@import "/resources/styles/banner.css";
@import "/resources/styles/calendar.css";
@import "/resources/styles/fonts.css";
@import "/resources/styles/footer.css";
@import "/resources/styles/page-framework.css";
@import "/resources/styles/player.css";

.main-title {
    margin-bottom: 0.5em;
}

/* For the page body text*/
.body-text {
    display: inline-block;
    float: left;
    color: #c3c3c3;
    max-width: 800px;
    max-height: 600px;
    margin: 1.5em 1.5em 0;
    line-height: 1.7em;
}

#mario {
    display: flex;
    position: relative;
    justify-content: center;
    width: 150px;
    margin-left: auto;
    margin-right: 0;
}

a:link {
    color: white;
}

a:visited {
    color: #c3c3c3;
}

#broadcastrange img {
    display: inline-block;
    float: right;
    margin: 1.5em;
    width: 87%;
    max-width: 495px;
    border-radius: 5px;
}