body {
    background-color: #192c5e;
    color: white;
    text-align: center;
    font-family: "Roboto";
}

.pointer:hover {
    cursor: pointer;
}

.logo-hinario {
    width: 300px;
    height: 300px;
    border-radius: 20px;
}

.links-img {
    width: 160px;
    height: 48px;
}

a {
    text-decoration: none;
    color: white;
}

@media (max-width: 500px) {
    .logo-hinario {
        width: 200px;
        height: 200px;
    }
}