@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');

* {
    box-sizing: border-box;
}
@font-face {
    font-family: elephant;
    src: url(../fonts/elephnt.ttf);
}
body {
    /* font-family: "Playball", cursive; */
    font-family: 'elephant';
    background: #fff;
    overflow-x: clip;
}

.coming-soon-bg {
    background: url(../img/black-bg.jpg);
    display:flex;
    justify-content:center;
    align-items:center;
    background-size: cover;
    background-position: center;
    height: 100vh;
    flex-direction: column;
}
h1 {
    font-weight:700 !important;
    font-size: 70px;
    line-height: 1.5;
}
figure {
    max-width:500px;
    width:100%;
    margin-bottom: 0px;
}