.not-supported-page-container {
    display: flex;
    width: 100%;
    height: 100dvh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.not-supported-page-container h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.not-supported-page-container .not-supported-page-update-btn {
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    background-color: #0056ff;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: .2s;
    text-decoration: none;
}
.not-supported-page-container .not-supported-page-update-btn:hover {
    background-color: #0149c7;
}
