html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    font-family: Arial, sans-serif;
    background-image: url("background.png");
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    overflow-y: hidden;
}

.coming-soon-container {
    text-align: center;
    padding: 2rem;
    border-radius: 0; /* Remove border radius */
    box-shadow: none; /* Remove box shadow */
}

.logo-wrapper {
    position: relative;
    width: 1%;
    padding: 5%;
    margin: 0 auto;
}

.responsive {
  width: 100%;
  height: auto;
}

.coming-soon-container h1 {
    font-size: 3rem;
    color: #333;
    margin-bottom: 1rem;
}

.coming-soon-container p {
    font-size: 1.2rem;
    color: #666;
}

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