.content {
    width: 100%;
    height: auto;
    margin: 10% 0 10% 0;
}

.background {
    width: 100%;
    height: auto;
    background-color: rgba(127, 127, 127, 0.2);
    padding: 10% 0 10% 0;
}

.table_heading {
    font-size: 2rem;
    color: rgba(50, 50, 50);
    padding-right: 1rem;
}

.table_pos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-light i {
    font-size: 1.3rem;
    color: rgba(50, 50, 50);
}

.table-light td {
    color: rgba(50, 50, 50);
    font-weight: 600;
    font-size: 1.2rem;
}

.table-light i:hover {
    cursor: pointer;
    color: rgba(50, 50, 50);
    transition: all 0.3s ease-in-out;
}

.table-light td {
    padding: 1rem 3rem 1rem 3rem;
}

@media screen and (max-width: 650px) {
    .table_heading {
        font-size: 1.2rem;
    }

    .table-light td,
    .table-light i {
        font-size: 1rem;
    }

    .table-light td {
        padding: 1rem 1rem 1rem 1rem;
    }
}

.discord-join {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem;
    background-image: url(../img/discord-logo-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.discord-iframe {
    opacity: 0.8;
}