* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #1E2021;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* Center the element relative to its own position */
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    visibility: hidden;
}

.notsupported {
    font-family: 'SF Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    padding-top: 48px;
    color: #C5DCFF;
}

.usechrome {
    font-family: 'SF Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-top: 50px;
    color: #FFAB40;
}

.soon {
    font-family: 'SF Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 24px;
    color: #C5DCFF;
}

.download {
    font-family: 'SF Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    padding: 24px;
    margin: 24px;
    color: #C5DCFF;
}

.button-panel a {
    padding: 20px;
}