<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> body{
    background-image: url('./../images/background-tucson.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #5a2b13;
    display: grid;
    justify-content: center;
    top: 62vh;
    position: relative;
}
@media (max-width: 768px) {
    .button-group {
        flex-direction: column;
        gap: 10px;
    }
    body {
        align-items: stretch;
    }
}
.button-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-btn a{
    text-align: center;
    background-color: #A70D37;
    color: #FEBC7D;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    font-family: arial, sans-serif;
    transition: background-color 0.3s ease;
}</pre></body></html>