@font-face {
    font-family: Poppins-Italic;
    src: url(../fonts/Poppins-Italic.ttf) format('truetype');
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf) format('truetype');
    font-display: swap;
    font-style: normal;
}

.coming-soon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-family: Poppins-Italic, sans-serif;
}

#vanta-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 200px -20px rgba(0,0,0,0.75) inset;
}

.logo {
    width: 50px;
    height: 50px;
    display: block;

}	

body {
    background-color: #000;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000d5;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-top: 1px #ffffff40 solid;
	border-radius: 25px 25px 0 0;
    min-height: 50px;
    text-align: center;
    font-family: Poppins-Regular, sans-serif;
    color: #fff;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

}

footer .copyright-notice, footer img {
    margin: 20px 30px;
}

footer .copyright-notice {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}
  
main {
    flex: 1;
}

