.navbar {
    background-color: #04202C;
    padding: 35px;
}

.content {
    text-align: center;
    width: 90%;
    max-width: 1100px;
    padding-top: 20px;
    margin: 0 auto;
    height: auto;
}

.buttoncolor {
    background-color: #04202C;
    margin: 2px;
}  

.buttoncoloractive {
    background-color: #e8e8e8;
    border:#04202C  1.5px solid;
    color:#04202C;
}

.ticket-item {
    border-radius: 10px;
    background-color: #04202C;
    padding: 10px;
    margin: 10px 0;
    text-align: left;
    color: white;
}
h4 {
    font-weight: 500;
    margin-bottom: 10pxß;
}

.lapPreview {
    margin-top: 42px;
}

h2 {
    font-size: 20px;
    font-weight: 400;
    padding-right: 5px;
    text-align: center;
}

.footer {
    background-color: #04202C;
    padding: 12px;
    font-size: 12px;
}

.footer p {
    color: #ffffffc0;
}