@import "tailwindcss";


.programas{
    position: absolute;
    width: 11rem;
}

.javascript{
    top: 10rem;
    right: 22rem;
}

.typescript{
    top: 22rem;
    right: 5rem;
}

.php{
    top: 40rem;
    right: 19rem;
}

.redes {
    position: fixed;
    top: 4rem;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.icon img {
    width: 4rem;
    transition: transform 0.4s;
    object-fit: cover;
}

.red {
    margin: 5px 0;
}

.icon:hover img {
    transform: scale(1.3) translateX(-5px);
}

.myproyects{
    background-image: url('fondo2.jpg');
    background-size: 100%;
    margin: 0;
}
