#brand-alphabetical {
    display: flex;
    justify-content: center;
    align-items: center;
}

#brand-alphabetical a {
    margin: 10px;
    color: rgb(21, 201, 232);
    font-size: 32px;
}

.top-of-page {
    display: flex;
    color: white;
    position: fixed;
    flex-direction: row-reverse;
    box-shadow: 0 0 7px 4px rgb(223, 190, 7);
    border-radius: 8px;
    padding: 15px 25px;
    background-color: black;
    border: 3px solid rgb(11, 7, 134);
    margin-top: 40px;
    margin-right: 20px;
    right: 30px;
    width: 100px;
}

.top-of-page a {
    color: white;
    font-weight: 800;
    text-decoration: none;
    font-size: 17px;
    width: 65px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#a, #b, #c, #d, #e, #f, #g, #h, #i, #j, #k, #l, #m, #n, #p, #q, #r, #s, #t, #u, #v, #x, #w, #z {
    display: flex;
    font-size: 75px;
    color: rgb(21, 201, 232);
    padding-left: 80px;
    margin-bottom: 10px;
}

ul {
    display: flex;
    margin: 0 5px;
    text-decoration: none;
    flex-direction: column;
}

ul div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul li {
    display: flex;
    flex-direction: column;
    color: rgb(223, 190, 7);
    list-style-type: none;
}

#acura {
    width: 148px;
    height: 150px;
    margin-bottom: 45px;
}

#ajlani {
    width: 140px;
    height: 152px;
    margin-bottom: 40px;
}

#alfa {
    width: 140px;
    height: 150px;
    margin-bottom: 45px;
}

#apex {
    width: 14rem;
    height: 8rem;
}

#apollo {
    width: 150px;
    height: 160px;
    margin-bottom: 35px;
}

.manufacturer-name {
    display: flex;
    font-size: 78px;
    padding-left: 22px;
    margin-top: 24px;
    margin-bottom: 30px;
}

.manufacturer-info {
    display: flex;
    color: rgb(21, 201, 232);
    background-color: black;
    border: 4px solid rgb(11, 7, 134);
    padding-top: 18px;
    padding-right: 24px;
    padding-left: 25px;
    padding-bottom: 19px;
    max-width: 40%;
    box-shadow: 0 0 9px 5px rgb(223, 190, 7);
    margin-bottom: 60px;
    margin-left: 70px;
}

@media screen and (max-width: 464px) {
    #brand-alphabetical {
        margin: 0 auto;
        flex-flow: row wrap;
        width: 90%;
    }

    ul {
        margin: 0 auto;
        padding: 0;
    }

    ul li {
        margin-left: auto;
        margin-right: auto;
    }

    ul li p {
        margin: 15px auto;
    }
}