.landingPage{
    max-width: 600px;
    horiz-align: center;
    width:calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
}

.landing-header {
    text-align: center;
    padding-bottom: 34px;
    padding-top: 85px;
}

.goto-button {
    width: 100%;
    height: 49px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 49px;
    text-align: center;
    background-color: #48C29B;
    border-radius: 5px;

    display: block;
    text-decoration: none;

    margin-top: 47px;
    position: relative;
}

.goto-button img {
    position: absolute;
    right: 11px;
    top: 16px;
}
