*{
    font-family: tahoma;
    margin: 0;
    text-decoration: none;
}
body{
    background-color: whitesmoke;
}
header{
    background-color: #fbba00;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
}

.image{
    margin-right: 20px;
}
.image img{
    height: 80px;
}

h1{
    color: #001547;
    font-size: 45px;
}
h4{
    color: white;
    font-size: 25px;
    font-weight: 500;
}
h5{
    font-size: 15px;
}
h2{
    text-align: center;
    font-size: 40px;
}
.info .web{
    display: flex;
    align-items: center;
}
.info a{
    color: #fbba00;
    font-size: 20px;
    font-weight: 600;
    margin: auto;
}
.info a:active{
    color: #ff3347;
}
.info{
    height: 50vh;
    margin: 50px;
    margin-bottom: 30px;
    padding: 30px;
    background: white;
    color: #001547;
}
.fam{
    color: #006640;
}
.ini{
    color: #facf00;
}
.prim{
    color: #ff3347;
}
.sec{
    color: #002969;
}
.redes{
    margin: 50px;
    margin-top: 20px;
}
.redes a{
    margin-right: 15px;
}
.redes img{
    width: 40px;
}



@media (max-width: 500px){
    header{
        padding: 15px;
    }
    h1{
        font-size: 20px;
    }
    h4{
        font-size: 15px;
    }
    h2{
        font-size: 30px;
    }
    .image img{
        height: 50px;
    }
    .info{
        margin: 20px;
    }
    .redes{
        margin: 20px;
    }
}