@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    background-image: url("./images/bg.jpg");
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

img {
    width: 350px;
    margin-bottom: 24px;
}

.subheading {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 16px;
}

.coming-soon {
    font-size: 1.3rem;
    color: #ff0000;
}