.flex {
    display: flex;
}

.align-center {
    justify-content: center;
    align-items: center;
}

.px-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-1 {
    padding-top: .70rem;
    padding-bottom: .50rem;
}

.bg-pyxis-red {
    background-color: red;
}

.rounded-lg {
    border-radius: 10px;
}

.color-whitesmoke {
    color: whitesmoke;
}

.color-whitesmoke:visited {
    color: whitesmoke;
}

.underline-none {
    text-decoration: none;
}

.download-btn:hover {
    text-decoration: none;
    color: #282f35;
}