body {
    background-color: #e1dbc9;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    width: 100%;
    height: 100px;
}

.logo {
    scale: 0.4;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.alquiler {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.espacios{
    width: 100%;
    height: auto;
}

.alquiler-container {
    align-content: center;
    justify-content: center;
    gap: 3em;
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 300px 300px;
    grid-template-rows: 1fr 1fr;
}