* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #3470DF;
    color: #ffffff;
}

header {
    background: #3470DF;
    color: #3470DF;
    text-align: center;
    padding: 60px 0;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
}

.hero {
    text-align: center;
    justify-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.hero h2 {
    font-size: 3.0em;
    margin-bottom: 15px;
    text-align: center;
    flex-direction: column;
}

.hero p {
    font-size: 1.4em;
    margin-bottom: 30px;
    text-align: center;
    flex-direction: column;
}

.cta-button {
    background: #1DBF24;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.cta-buttonn {
    background: #1DBF24;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
    justify-content: center;
    justify-content: space-between;
}

.cta-button:hover {
    background: #1DBF24;
}

.cta-buttonn:hover {
    background:#1DBF24;
}

.logobtn {
    justify-content: center;
    display: flex;
}

.ona {
    justify-content: center;
    display: flex;
}

