body {
    margin: 0 0 0 0;
    background-color: white;
}

/*:not(:root)*/
:-webkit-full-screen::backdrop {
    background-color: white;
}

#main {
    width: 412px;
    height: auto;
    margin: 0 0 0 0;
}

#header {
    width: 412px;
    height: 3em;
    background-color: #005ca7;
    color: white;
    font-family: sans-serif;
    border: 0 0 0 0;
    position: relative;
    top: -1em;
    box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
}

#title {
    width: 100%;
    height: 1em;
    position: relative;
    top: 1em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: center;
}

#left {
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: .85em;
    left: 1em;
    background-image: url("../images/left.png");
    background-position: center;
    background-size: cover;
}

#cart {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: .75em;
    right: 1em;
    background-image: url("../images/cart.png");
    background-position: center;
    background-size: cover;
}

#clock {
    width: 100%;
    height: 110px;
    background-color: #d00a2d;
    position: relative;
    top: -1em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: white;
    text-align: center;
}

#date {
    position: relative;
    top: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

#time {
    position: relative;
    top: 29px;
    font-size: 33px;
    font-kerning: 14px;
    letter-spacing: 1px;
}

#timer {
    width: 100%;
    height: 2.5em;
    background-color: #41b3e5;
    position: relative;
    color: white;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    top: 0em;
    border: none;
    /*box-shadow: 0px -0.5px 2px rgba(0, 0, 0, 0.1);*/
}

#timerText {
    position: relative;
    top: .6em;
}

#centerArea {
    position: relative;
    top: -1.1em;
    width: 412px;
    height: 45em;
    background-color: white;
}

#F1 {
    position: relative;
    top: 95px;
    left: 150px;
    width: 112px;
    height: 112px;
    background-color: #005ca7;
    color: white;
    font-size: 3.5em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    border-radius: 3px;
}

.F1 {
    position: relative;
    top: 24px;
    left: 0px;
}

.tap {
    position: relative;
    top: 94px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 3px;
    color: #b9b9b9;
}

.fare {
    position: relative;
    top: 88px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 16.5px;
}

#countdown {
    position: relative;
    top: 82px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.details {
    position: relative;
    top: 94px;
    background-color: #41b3e5;
    border: none;
    border-radius: 22px;
    color: white;
    padding: 11px 18px 11px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    cursor: pointer;
    font-weight: 600;
}

#swipe {
    position: relative;
    top: 260px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    color: #b9b9b9;
    font-style: italic;
}

.qr {
    position: relative;
    top: 100px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

#tapBack {
    position: relative;
    top: 220px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    color: #b9b9b9;
    font-style: italic;
}

#badge {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 72px;
    right: 20px;
    background-image: url('../images/badge.png');
    background-position: center;
    background-size: cover;
}

#footer {
    width: 412px;
    height: 3em;
    background-color: #005ca7;
    color: white;
    font-family: sans-serif;
    border: 0 0 0 0;
    position: absolute;
    bottom: 0em;
    box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
}

#buy-now {
    width: 3.45em;
    height: 1.7em;
    position: absolute;
    bottom: .75em;
    left: .7em;
    background-image: url("../images/buy-now.png");
    background-position: center;
    background-size: cover;
}

#dot {
    width: 1em;
    height: 1em;
    font-weight: 900;
    font-size: 48px;
    position: absolute;
    bottom: 1.05em;
    left: 206px;
}

#menu {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    bottom: .75em;
    right: 1.2em;
    background-image: url("../images/menu.png");
    background-position: center;
    background-size: cover;
}