
body {
    background: #fff;
    margin: 0; 
    min-height: 100vh; 
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #6b21a8 inset;
  -webkit-text-fill-color: #9ca3af;
}

h1,
h2,
h3,
h4,
h5,
a,
label,
span,
p,
button {
    font-family: 'Lato', sans-serif;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}





.logo-placeholder {
    background-color: transparent;
}


.about{
    text-align: center;
    max-width: 910px !important;  
    margin: 0 auto; 
    padding: 30px; 
}

.subtitle{
    font-size: 2rem;
    margin-bottom: 5px;
}

.about__paragraph{
    font-size: 20px;
    line-height: 1.7;
}

.about__main{
    padding-top: 70px;
    font-size: 19px;
    display: grid;
    width: 90%;
    margin: 0 auto;
    gap: 1em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit,minmax(260px, auto));
}

.about__icons{
    display: grid;
    gap: 1em;
    justify-items: center;
    width: 260px;
    overflow: hidden;
    margin: 0 auto;

}

.about__icon{
    width: 40px;
}

.banner-img{
    width: 50rem; 
    height: 5rem; 
}


.logo-img {
    width: 7rem; 
    height: auto; 
}



.radio-logo {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}





