@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Montserrat:wght@400;600&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #344355;
    background-image: url("../images/bg-cross2.png");
    background-repeat: repeat;
    background-size: 250px auto;
    background-position: center center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 1.6;
}

.container {
    padding: 40px 20px;
    max-width: 800px;
    margin: auto;
    background-color: rgba(52, 67, 85, 0.95);
    border-radius: 10px;
}

.logo {
    max-width: 280px;
    height: auto;
    margin-bottom: 25px;
}

.main-heading {
    font-size: 2.4em;
    color: #d8ae60;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.coming-soon {
    font-family: 'Dancing Script', cursive;
    font-size: 4em;
    color: white;
    margin-bottom: 0px;
	 margin-top: 5px;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-size: 1.5em;
    margin-top: 30px;
    color: #d8ae60;
    text-transform: uppercase;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 8px 0;
}

.cta-button {
    display: inline-block;
    margin: 20px 0;
    padding: 12px 24px;
    background-color: #d8ae60;
    color: #344355;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #ffffff;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
}

footer {
    margin-top: 40px;
    font-size: 0.9em;
    color: #cccccc;
}
