
img{
    width: 100%;
}
#romulo{
    text-align: center;
}
#inicio{
    background-color: #203162;
}
#inicio h1{
    font-size: 3.5rem;
    color: #ABD7FF;
}
#tm{
 background-color: #FF9D42;
}
#te{
    background-color: #19A28D;
}
#tc{
    background-color: #FFC610;
}
#tm, #te, #tc{
    border-radius: 20px;
    margin: 10px;
    color: #203162;
}
#butonir div{
    border-radius: 20px;
    padding: 10px;
}
#butonir div a{
    margin: 20px;
    color: #203162;
    font-size: 1.5rem;
    text-decoration: none;
}
#shistoria{
    background-color: #ABD7FF;
    color: #203162;
}
#shistoria h3{
    font-size: 4rem;
}
#shistoria p{
    font-size: x-large;
}
#svms{
    background-image: url(/imagenes/historabackground.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#svms h4{
    font-size: 2.5rem;
}
#svms p{
    font-size: large;
}

#nvalues{
    background: linear-gradient(0deg, #203162, #203062a6, white,white);
}
footer{
    background-color: #203162;
}
footer h3{
    color: #ABD7FF;
}
footer h4{
    color: #ABD7FF;
}
footer p{
    color: white;
}
#fotocontact{
    width: 65%;
}
#romulo a{
    text-decoration: none;
}