body {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.main {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 1rem;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.image-wrapper img {
    width: 100%;
    height: auto;
}

.global-ritmico {
    margin-bottom: 3rem;
}

.beatport {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.text {
    text-align: center;
    padding: 3rem 0;
}

.link a {
    display: block;
}