body {
    font-family: Arial;
    font-size: 13px;
    color: #333333;
}

h1 {
    font-family: helvetica;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    font-weight: bolder;
    color: #000;
    margin-top: 5px;
    margin-bottom: 30px;
}

a {
    outline: none;
    color: #50669a;
    text-decoration: none;
}

.fcc-btn {
    background-color: #1a3b59;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 7px;
    margin: 25px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.top-level{
    font-size: 18px;
    text-align: center;
}
.button-url-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.looking-for{
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}

.biodex-rehab{
    font-size: 18px;
    text-align: center;
    color: #1a3b59;
    font-weight: bolder;
}