*, body {
    margin: 0px;
    padding: 0px;
}

.background-image-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.background-image-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coming-soon-container {
    width: 60%;
    font-family: sans-serif;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
    text-align: right;
}

.coming-soon-container > h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-shadow: #000 1px 0 10px;
    color: aquamarine;
} 

.coming-soon-container > p {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    text-shadow: #000 1px 0 10px;
} 

.tie-container {
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 2;
}

.tie-container > img {
    height: 300px;
}











