﻿.get-started {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

    .get-started > div {
    }

    .get-started .button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        padding: 10px;
        flex: 1 1 0px;
        max-width: 7em;
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
        text-decoration: none;
        color: #626262;
    }

        .get-started .button:hover {
            text-decoration: none;
            color: #fff;
            box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
        }
