header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 8vh;
    display: flex;
    background-color: white;
    align-items: center;
}

.bienvenido {
    color: white;
    padding: 0.4rem 0;
}

.contenido {
    padding: 2rem 0 7rem 0;
}

.two-columns > * {
    justify-content: space-between;
    width: 45%;
}

.push-from-header {
    padding-top: 9vh;
}

.titulo-proyecto {
    margin-top: 0.8rem;
    padding-left: 0.8rem;
}
.titulo-proyecto p {
    font-size: 0.8rem;
}

.enlaces {
    padding: 0.5rem 0;
}
.enlaces a {
    color: white;
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
    background-color: #666;
    border-radius: 10px;
}

.proyecto {
    display: block;
    margin-bottom: 2rem;
}
.proyecto img {
    border-radius: 20px;
}

footer {
    position: relative;
}

footer i {
    color: #fff;
    font-size: 1.2rem;
}

footer .plus-icon {
    position: absolute;
    top: 0;
    left: 44vw;
    top: -6vw;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: black;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .plus-icon i {
    font-size: 1.5rem;
}