    /*HOME PAGE*/

    body {
        padding: 0;
        margin: 0;
        color: black;
        font-size: 24px;
        font-family: 'Times New Roman', Times, serif;
    }

    #header{
        width: 100%;
        height: 50px;
        background-color: black;
        color: white;
        display: flex;
    }

    #footer {
        width: 100%;
        background-color: black;
        color: white;
        display: flex;
    }

    #footer a,
    #header a{
        color: white;
        text-decoration: none;
        margin-left: 20px;
    }

    #footer {
        margin-top: 600px;
    }

    #HeaderImgMaster{
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    #HeaderImgMaster p{
        position: absolute;
        margin-top: 11%;
        text-decoration: underline;
    }

    .headerImg {
        width: 100%;
    }

    #homeText,
    #directoryMaster {
        width: 80%;
        margin: auto;
        font-size: 20px;
    }

    #directoryEntry{
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    #directoryEntry a,
    #directoryEntry h3 {
        font-size: 20px;
        margin: 0;
        font-weight: 100;
        color: black;
    }

    /*HOME PAGE*/

    @media only screen and (min-width: 0px) {
    #pageMaster{
        width: 95%;
        margin: auto;
    }
}

@media only screen and (min-width: 600px) {
    #pageMaster{
        width: 70%;
        margin: auto;
    }
}

    #unitMaster {
        width: 80%;
        margin: auto;
    }

    button {
        font-family: 'Times New Roman', Times, serif;
        font-size: 20px;
        cursor: pointer;
        width: 120px;
        color: black;
    }

    #startBtn {
        margin: auto;
        font-size: 30px;
    }

    #slideMaster {
        display: flex;
        margin: auto;
        align-items: center;
        width: 100%;
        min-height: 200px;
    }

    #word,
    #meaning {
        align-items: center;
        display: flex;
        width: 100%;
        margin: 5px;
        height: 90%;
    }

    #word {
        border: 0;
        min-height: 200px;
        border-right: 2px;
        border-color: black;
        border-style: solid;
    }

    #meaning {
        font-style: italic;
    }

    #word p,
    #meaning p {
        margin: auto;
    }

    #btnMaster{
        align-items: center;
        display: flex;
        width: 90%;
        margin: auto;
    }

    #btnMaster button {
        margin: auto;
    }

    #generateBtns {
        border: 0;
        border-top: 2px;
        border-color: black;
        border-style: solid;
    }

    #generateBtns button {
        width: 200px;
        margin: 5px;
    }

    #listPair{
        display: flex;
        margin: 5px;
        font-size: 18px;
        width: 70%;
        align-items: start;
    }

    #listPair div {
        margin: auto;
        flex: 1;
    }

    #nextDirectoryMasterText{
        margin-top: 50px;
        border: 0;
        border-top: 2px;
        border-color: black;
        border-style: solid;
    }