* {
    max-width: 1024px;
}

header {
    text-align: center;
}

nav {
    text-align: center;
}

footer {
    text-align: center;
}

.specs table {
    border: 1px solid black;
    border-collapse: collapse;
}

.specs tr:nth-child(even) {
    background-color: #e2e2e2;
}

.specs th {
    border: 1px solid black;
    padding: 5px;
    text-align: right;
}

.specs td {
    padding: 5px;
    border: 1px solid black;
}

.headlock table {
    border: 1px solid black;
    border-collapse: collapse;
}

.headlock th, td {
    border: 3px ridge;
    border-collapse: collapse;
}

.navbar table {
    border: none;
    width: 100%;
}

.navbar th, td {
    border: none;
    padding-right: 30px;
}

.navbar li {
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
}

.screen-reader-text{
    border:0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px; 
    margin: -1px;
    width: 1px; 
    overflow: hidden; 
    position: absolute !important;
}

code {
    display: inline;
    white-space: pre;
}

.payoff-matrix td {
    text-align: center;
}

.rainbow-text {
    background-image: linear-gradient(to left, indigo, blue, green, yellow, orange, red);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.rainbow-title {
    background-image: linear-gradient(to left, indigo, blue, green, yellow, orange, red);
}

.trans-title {
    background-image: linear-gradient(#55CDFC, #F7A8B8, white, #F7A8B8, #55CDFC);
}

.sapphic-title {
    background-image: linear-gradient(#663399, #FF6699, #FFCC33, #66CC33);
}

.sapphic-text {
    background-image: linear-gradient(to right, #663399, #FF6699, #FFCC33, #66CC33);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.agender-title {
    background-image: linear-gradient(to left, black, #BABABA, white, #BAF584, white, #BABABA, black);
}

.enby-title {
    background-image: linear-gradient(to left, black, #9C59D1, white, #FFF430);
}

.pan-title {
    background-image: linear-gradient(#FF1B8D, #FFDA00, #1BB3FF);
}

.genderflux-title {
    background-image: linear-gradient(#F47694, #F1A3B9, #CECECE, #7AE1F5, #3DCDFA, #FEF48C);
}

.genderqueer-title {
    background-image: linear-gradient(to right, #B77FDD, white, #48821E);
}

.genderfluid-title {
    background-image: linear-gradient(to right, #FF76A4, white, #C011D7, black, #2F3CBE);
}

.column {
    float: left;
    width: 33%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 800px) {
    .column {
        width: 100%;
    }
}

figure {
    display: block;
    text-align: center;
}