/* Tastexplore Coming Soon Page */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #1A486A; /* Warm sand background */
    color: #E6D8C3; /* Deep blue text */
    display: flex;
    justify-content: center;
    align-items: flex-start;
padding-top: 30px;
    text-align: center;
}

.container {
    max-width: 100%;
    padding: 0px;
}

.logo {
    margin-bottom: 0px;
    width: 150px;
    margin-bottom: 0px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 0px;
	margin-top: 0px;
}

.tagline {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-size: 1.5rem;
    margin-bottom: 1px;
}

.contact p {
    margin: 5px 0;
    font-size: 1rem;
}

a {
    color: #E6D8C3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
