.graphic {
    transition: transform 0.4s;
}

.graphic:hover {
    transform: scale(1.2);
}

#title {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 14px;
}

.subtitle{
    text-align: center;
}
table {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 110%
}

table tr{
    border: dotted;
    border-color: black;
}

table tr td {
    padding: 12px;
    border-bottom: solid;
    border-color: #d2d2d2
}

#headerRow{
    background-color: #64ca93;
    border-bottom: hidden;
}

#altOptions{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 12px;
}

#rollingDock, #altText {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 12px;
}

#altText {
    width: 53%;
    font-size: 130%
}

#rollingDock {
    font-size: 152%;
    width: 40%;
    
}
