a{
    text-decoration: none;
    color: rgb(248, 163, 105);
    padding-left: 35px;
}

h1{
    background-color: rgb(181, 153, 247);
    width: 100%;
    height: 5vw;
    margin-top: 0;
    padding-top: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body{
    text-align: center;
    margin: 0;
    top: 10px;
    background-color: aquamarine;
}

.princi{
    background-color: rgb(53, 48, 48);
    color: white;
    width: 100%;
    height: auto;
    padding-top: 0.5cm;
    padding-bottom: 0.5cm;
}

#texto{
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 25px;
}

#Fundadores{
    margin-bottom: 100px;
}

#Fundadores a{
    color: rgb(207, 85, 85);
}

img{
    width: 20%;
    height: 20%;
}

.fundador{
    display: inline-block;
    padding-top: 20px;
}

.fundador img{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-left: 40px;
}

main img{
    float: left;
    height: 110px;
    width: 140px;
}

#imagen{
    float: right;
    margin-right: 20px;
    width: 80px;
    height: 40px;
    margin-top: -10px;
}
