*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro';
}

#time1000{
    font-size: 2rem;
    display: block;
    text-align: center;
}

#tab-1-content,
#tab-2-content{
    display: none;
}

.tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    grid-gap: 25px;
    margin-bottom: 20px;
}

.tabs i{
    cursor: pointer;
}

.color {
    color: blue;
}

.switcher{
    position: absolute;
    margin-top: 430px;
    margin-left: 900px
}

@media(max-width: 500px){
    #time1000{
     font-size: 2rem;
    }

    .live2d-widget-container{
        right: 0 !important;
        bottom: -14px !important;
    }
}
