.app-broken {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background:#eeeeee;
    display: none;
    flex-direction: column;
    justify-content: center;
}
.app-broken__button-container {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 900px;
    text-align: center;
}
.app-broken__text {
    font-size: 40px;
    line-height: 1.6;
    text-align: center;
    font-weight: normal;
    margin: 60px auto;
    max-width: 900px;
    padding: 0 15px;
}
.app-broken__button {
    display: inline-block;
    width: 280px;
    margin: 0 15px 30px;
    text-decoration: none;
    background-color: #08354e;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    padding: 0 24px;
    line-height: 42px;
    border-radius: 100px;
    cursor: pointer;
}
.app-broken__button:hover {
    background-color: #0c4e73;
    color: #ffffff;
    text-decoration: none;
}