@font-face {
    font-family: 'Laksaman';
    src: url('/assets/Laksaman.ttf');
}

body {
    background-image: url('/assets/bg-blur-2.png');
    background-size: cover;
    font-family: Laksaman;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

h1 {
    font-size: 50px;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
}

.countdown {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}

.overlay {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgb(28, 115, 116);
    background: linear-gradient(45deg, rgba(28, 115, 116, 0.9) 0%, rgba(203, 51, 203, 0.9) 100%);
    display: flex;
}

.content {
    margin: auto;
    text-align: center;
}

.description {
    color: white;
    font-size: 20px;
    margin-top: 30px;
}

