/*
*   Main Stylesheet
*/

@font-face {
    font-family: "ProductSans";
    src: url("fonts/Product Sans Regular.ttf");
}

body{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-wrapper{
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1{
    color: #fff;
    font-size: 80px;
    font-family: sans-serif
}

.wave_logo{
    max-width: 45%;
    opacity: 1;
}

.widgets{
    justify-content: center;
}

/* Widget - Time */
.widget-time{
    margin: 0 40px;
    width: 250px;
}

.widget-time p{
    text-align: center;
    margin-bottom: 0;
}

.widget-time small{
    font-size: 50px;
}

.widget-time span{
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}
