* {
    margin: 0;
    padding: 0;
}

.text-1 {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 64px;
}

.text-2 {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 32px;
}

.white {
    color: #ffffff;
}

.green {
    color: #39C5BB;
}

.bg {
    width: 1920px;
    height: 1080px;
    background: linear-gradient(135deg, #3598db 0%, #2980b9 100%);
}

.text-center {
    text-align: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}
