* {
    margin: 0;
    padding: 0;
}

main {
    padding-top: 160px;
}

.container-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/images/beach-background.jpeg');
    height: 575px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
}

.bg-home{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #194198;
    color: white;
}

.price {
    background-color: #b5c0ca;
    padding: 0.2em 0.4em;
    color: black;
}

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

table {
    border-collapse: collapse;
    width: 100%;
    color: black;
}

td,
th {
    border: 1px solid #000000;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.a-home{
    color: white;
}
