.disability-button {
    position: absolute;
    top:0;
    right: 0;
    width: 15%;
    padding: 7pt;
    background-color: black;
}

.disability-button > h2 {
    font-size: 2vw;
    text-decoration: none;
    color: white;
    margin-top:0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

.disability-button > button {
    display: inline;
    background-color: white;
    width: 90%;
    padding: 5% 0;
}

#large-font-button {
    font-size: larger;
    font-weight: bold;
}

#dyslexic-button {
    font-family: 'Dyslexic';
}

#contrast-button {
    color:red;
    font-weight: bold;
}