.blockquote {
    text-align: center;
    font-size: 20px;
    font-style: italic;
}
.label {
    float: left;
    color: rgb(10, 0, 0);
}
.Asection {
    padding-bottom: 25px;
}
.Aa {
    color: white;
}
.Aaa {
    width: 14rem;
    border: none;
    text-align: left;
    display: inline;
}
.AType {
    background-color: #359b27;
}
.Aroute {
    width: 14rem;
    border: none;
    text-align: left;
    display: inline;
}
.wiggle {
    animation: wiggle-animation 1s infinite alternate;
}

@keyframes wiggle-animation {
    0% {
        transform: rotate(-50deg);
    }

    100% {
        transform: rotate(50deg);
    }
}
.As {
    padding-bottom: 25px;
}
.Adiv {
    margin: 0 auto;
    padding: 0 auto;
    width: 60rem;
}
.Ad {
    overflow: auto;
}
