@font-face {
    font-family: "AzoSans";
    src: url(AzoSans-Bold.ttf);
}

@font-face {
    font-family: "RobotoMono";
    src: url(RobotoMonoVar.ttf);
}

.top {
    top: 13.7vw;
    left: 0;
    margin-left: 5.5vw;
    margin-right: 6vw;
}

.container {
    text-align: center;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

body {
    text-align: center;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

.card {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
}

.background {
    position:absolute;
    z-index:-1;
    display: flex;
    top: 23.6vw;
    left: 0;
    pointer-events: none;
    padding-left: 7.2vw;
    padding-right: 7.1vw;
}

img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    pointer-events: none;
}

:fullscreen, ::backdrop {
    background-color: rgb(255, 255, 255);
}

video {
    position:absolute;
    width: 84.9vw;
    height: auto;
    top: 137.5vw;
    left: 0;
    padding-left: 7.6vw;
    padding-right: 7.5vw;
}

.current_time {
    position:absolute;
    top: 81vw;
    text-align: center;
    width: 100%;
    background-color: transparent;
    color: #0E2A28;
    font-family: "RobotoMono";
    font-size: 4vw;
    font-weight: 700;
    left: 0;
    pointer-events: none;
}

.created_time {
    position:absolute;
    top: 102vw;
    text-align: center;
    width: 100%;
    background-color: transparent;
    color: white;
    font-family: "AzoSans";
    font-size: 4.5vw;
    font-weight: 800;
    left: 0;
    pointer-events: none;
}

.expire_time {
    position:absolute;
    top: 116vw;
    text-align: center;
    width: 100%;
    background-color: transparent;
    color: white;
    font-family: "AzoSans";
    font-size: 4.5vw;
    font-weight: 800;
    left: 0;
    pointer-events: none;
}

.expire_countdown {
    position:absolute;
    top: 151.5vw;
    text-align: center;
    width: 100%;
    background-color: transparent;
    color: white;
    font-family: "RobotoMono";
    font-size: 4vw;
    font-weight: 700;
    left: 0;
    pointer-events: none;
}

table {
    width: 100%;
    padding-left: 9vw;
    padding-right: 9vw;
    left: 0;
    pointer-events: none;
}

td {
    width: 25%;
    text-align: center;
    pointer-events: none;
}

.tinder {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: opacity 0.1s ease-in-out;
}

/*.Container {
    flex-grow: 1;
    padding-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
}*/

.Card {
    display: inline-block;
    will-change: transform;
    transition: all 0.3s ease-in-out;
}

.moving.Card {
    transition: none;
}
  
  
  