.header-box {

    background-color: #d9d9d9;

    border-radius: 12px;

    border: 2px solid gold;

    padding: 12px;

    text-align: center;

    margin: 25px 10px 10px 10px;

}

.header-top {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

}


.logo-text {

    margin: 0;

    font-size: 28px;

    font-weight: bold;

}


.ny {

    color: blue;

}


.sae {

    color: red;

}


.sac {

    color: black;

}


.ray {

    font-size: 28px;

    color: orange;

}


.whatsapp {

    margin-top: 5px;

    font-size: 16px;

    font-weight: bold;

}