body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
}

.logo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pb-container {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #264796, #A3C626);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.pb {
    font-size: 48px;
    font-weight: bold;
    color: white;
    font-family: Arial, sans-serif;
}

.text h1 {
    font-size: 32px;
    font-weight: bold;
    color: #434242;
    margin: 0;
}

.text h1 .green {
    color: #A3C626;
}

.text p {
    font-size: 14px;
    color: #264796;
    margin: 5px 0 0;
}
