body{
    height: 100vh;
    font-family: 'Poppins', sans-serif;
                                                
}
.logo{
    width: 10rem;
    margin: 1rem 0;
}
.section-img{
    width: 20rem;
}
.section-inf{
    background-color: #ED7144;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 2px 5px 10px #ed7144c8;
    color: #eeeeee;
}
.footer{
    background-color: #07B0B0;
    color: #fff;
}
.creada_por a{
    text-decoration: none;
    color: #fff;
}
.target{
    border: 1px solid #e2e2e2;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: 2px 5px 10px #757575c8;
    transition: all .7s ease;
}
.target:hover{
    box-shadow: 2px 5px 10px #070707dc;
}