.navbar-light .navbar-brand {
    color: #673ab7;
    font-size: 22px;
}
.navbar-light .navbar-brand span {
    background: #673ab7;
    padding: 2px 5px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: -2px;
}
.mobile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 60px);
    position: absolute;
    width: 100%;
}
.mobile-layout {
    height: 500px;
    width: 250px;
    box-shadow: 0 10px 25px #d2d2d2;
    border-radius: 25px;
    margin: 25px auto;
    overflow: hidden;
    padding: 5px;
}
.mobile-layout .inner-layout{
    background: linear-gradient(45deg, #492786, #9d66ff);
    border-radius: 25px;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.date-time {
    color: #ffffff;
}
#day_container {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 100;
}
#time_container {
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 500;
}
.date_container {
    font-weight: 100;
}
.button-container {
    text-align: center;
}
.button-container .btn {
    border-radius: 25px;
    box-shadow: 0 0 5px #171717;
    width: 100%;
}