

html {
    display: block;
    height: 1700px;
    width: 1900px;
    border: 10px;
    padding: 15px 125px 15px 125px;
    margin: auto;
    background-color: #4a0f93;
    align-content: center;
}



.mainNavbar a {
    display: flex;
    flex-direction: row;
    margin:auto;
    border: 10px;
    color: #f9c118;
    padding: 115px 11px 15px 111px;
    height: 200px;
    width: 1650px;
    background-color: #4a0f93;
    font-size: 45px;
    align-content: space-between;
    flex-direction: row;
    border-bottom: 3px solid #f9c118;
}

.mainNavbar div {

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin:auto;
    border: 10px;

    padding: 15px 11px 15px 11px;
    height: 200px;
    width: 1550px;
    background-color: #4a0f93;
    font-size: 35px;
    align-content: space-between;
    flex-direction: row;

}

.otherchannels img {
    display: flex;
    height: 70px;
    width: 100px;
    border: 10px;
    padding: 15px 49px 15px 49px;
    margin: auto;
    flex-basis: 200px;
    flex-wrap: row wrap;
    justify-content: center;
    opacity: 0.7;
}

.otherchannels footer {
    display: flex;
    height: 70px;
    width: 100px;
    border: 10px;
    padding: 15px 11px 15px 11px;
    margin: auto;
    flex-basis: 200px;
    flex-wrap: row wrap;
    justify-content: center;

}



.trademark {
    display: flex;
    font-family: Helvetica;
    font-size: 36px;
    color: seashell;
    opacity: 0.7;
    justify-content: left;
