@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
.site-title {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: rgb(133, 128, 128);
}

.picture {
    width: 550;
    height: 550;
}

.table-center {
    padding: 1%;
    margin-left: auto;
    margin-right: auto;
}

a:link {
    text-decoration: none;
    color: rgb(133, 128, 128);
}

a:visited {
    text-decoration: none;
    color: rgb(133, 128, 128);
}

a:hover {
    text-decoration: underline;
    color: rgb(133, 128, 128);
}

a:active {
    text-decoration: underline;
    color: rgb(133, 128, 128);
}

.icon {
    width: 48px;
    height: 48px;
}

.texto-derecha {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    /*font-weight: lighter; */
    letter-spacing: .2em;
    text-align: right;
    color: black;
}

.texto-centro {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .2em;
    text-align: center;
    color: black;
}

.texto {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .2em;
    text-align: justify;
    color: black;
}