body {
    background-color: #2c2f3d;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 !important;
}

#container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#title {
    text-align: center;
    background-color: #2c2f3d;
    padding: 1px;
}

#info {
    font-size: larger;
}

#menu {
    margin-top: 20px;
    background-color: #222533;
    padding: 5px;
    text-align: center;
    position: sticky;
    top: 0;
}

.option {
    padding: 10px;
    border-right: 3px solid aquamarine;
    display: inline-block;
    font-size: 20px;
}

.option .material-symbols-outlined {
    color: gold;
    float: left;
}

.option #home {
    color: #6839b4;
}

.option a {
    padding: 10px;
}

.option:first-child {
    border-left: 3px solid aquamarine;
}

.option:hover {
    background-color: #3c3e49;
    cursor: pointer;
}

#topbar {
    text-align: center;
    float: inline;
}

#table {
    background-color: #404766;
    padding: 5px;
    margin-top: 25px;
    letter-spacing: 1px;
}

td, th {
    border: 3px solid rgb(100, 106, 110);
    text-align: center;
    width: 300px;
    height: 40px;
    margin-right:  3px;
    margin-left: 3px;
}

.tvchannel {
    text-align: center;
    margin-top: 50px;
}

a:visited, a:link {
    color: aqua;
    text-decoration:none;
}
