* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background: #fff;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.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: #FC2C3C;
    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: #FC2C3C;
    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: #d30c1d;
}

.cta-buttonn:hover {
    background:#d30c1d;
}

.logobtn {
    justify-content: center;
    display: flex;
}

.ona {
    justify-content: center;
    display: flex;
}
