@import url('https://fonts.googleapis.com/css2?family=Sevillana&display=swap');

body{
    margin: 0;
}

#txt 
{
font-size: 50px;
font-family: "Sevillana", cursive;
font-weight: 400;
font-style: normal;
}

#logo {
    width: 50px;
    transition: transform 0.3s ease; 
}

#logo:hover {
    transform: scale(1.2); 
}

#img-perrito{
    height: 300px;
}