body {
    font-family: 'Segoe UI', 'sans-serif' !important;
    display: flex;
    margin: 0;
}

.page-50{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center ;
    align-items: center;
}

.checkmark-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e1f5fe;
    margin: 0 auto 20px;
}

.checkmark {
    font-size: 36px;
    color: #32DFB8;
}

h1 {
    margin: 10px 0;
    font-size: 32px;
    color: #333;
}

p {
    margin: 10px 0;
    font-size: 18px;
    color: #A7A8B1;
}

.get-started-button {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 30%;
    align-items: center;
}

.get-started-button:hover {
    background-color: #0056b3;
}