.in-app-browser {
    margin: 40px 0 60px;
    padding: 0 16px;
  }
  
.in-app-browser-title {
    margin: 40px 0;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.in-app-browser-message {
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.5;
}

.in-app-browser-actions {
    margin: 3em 0;
}

.in-app-browser-button {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 42px;
    margin: 0 auto;
    padding: 9px 0;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    color: white;
    background: #ff4475;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: rgba(84, 84, 84, .3) 0 3px 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    cursor: pointer;
}