body {
    background-color: #002BC9;
}

#menu {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: 20px;
    word-spacing: 30px;
    margin-top: 40px;
    text-align: center;
}

a {
    text-decoration: none;
    color: white;
}
#testimonioss{
    background-color: antiquewhite;
    padding: 4px;
    border-radius: 5px;
    color: #002BC9;
    text-align: center;
}
h1 {
    font-family: "Roboto Condensed";
    position: absolute;
    margin-top: 35px;
    margin-left: 770px;
    font-size: 55px;
    color: rgb(255, 255, 255);
}

h2 {
    font-family: "Roboto Condensed";
    color: #FFCD05;
    font-size: 35px;
    text-align: center;
    position: relative;
    margin-left: 145px;
}


img {
    height: 360px;
    justify-content: center;
}

.perro1,
.perro2,
.perro3 {
    text-align: center;
    display: inline-block;
    width: 400px;
    justify-content: center;
    padding: 28px;
    margin-left: 100px;
    margin-top: 110px;
}

p {
    color: white;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin-left: 105px;


}

img:hover {
    transform: scale(1.4, 1.4) rotate(10deg);
}

h2:hover {
    transform: scale(1.4, 1.4);
    color: white;

}

p:hover {
    color: #FFCD05;
}
#logo img{
    height: 120px;
    position: absolute;
    margin: 30px;
    top: 20px;
    transform: none;
}