body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    background-color: #B1E4DE;
    /*
    background-color: #E8DCC7;
    background-image: url('images/okta_com_products_fastpass.png');
    overflow: auto;
    background-size:contain;

    background-size: auto;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    */
}

.href_whitetext {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
}
.href_whitetext:hover {
    font-size: 19px;
    text-shadow: 0 0 1px #000000, 0 0 1px #000000;
}
.button_darkbluetext {
    text-decoration: none;
    font-weight: bold;
    color: #2f2f2f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    border-radius: 12px;
    height:150px;
    width:150px;
    border:#1A31A9 none;
    box-shadow: 2px 2px 2px darkgrey;   
    cursor: pointer;         
}
.button_darkbluetext:hover {
    font-size: 21px;
    color: #1A31A9;
    box-shadow: 8px 8px 8px darkgrey;
}

.button_learnmore {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-radius: 12px;
    height:40px;
    width:150px;
    border:#000000 3px;
    background-color: #096256;
    cursor: pointer;
    /*
    box-shadow: 2px 2px 2px #ffffff;    
    */
    
}
.button_learnmore:hover {
    font-size: 19px;
    border:#ffffff 2px;
    /*
    color: #cfcfcf;
    box-shadow: 4px 4px 4px darkgrey;
    */
}  