body {
    font-family: 'Poppins', sans-serif;;
}

a { color: #000; }

.clearfix {
    clear: both;
}

#page {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#container {
    margin: 10px auto;
    width: 60%;
    text-align: center;
}

.title {
    margin: 15% 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 42px;
    font-weight: 500;
}

.title img {
    width: 320px;
    display: block;
    margin-bottom: 20px;
}


.flipclock .section {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    font-size: 16px;
    padding: 10px 0 0 0;
}

#usage {
    padding: 0;
}
#usage li {
    position: relative;
    margin: 5px 0;
    padding: 10px;
    color: #222;
    background: #eee;
    list-style: none;
}

#usage code {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #eee;
    border: 1px solid #333;
    background: #000;
}
.place {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 200;
}
.place span {
    display: block;
    margin-bottom: 0px;
    font-weight: 500;
}
