/* 위치배치 */

.hidden{
    display: none;
}
#clock{
    font-size:5rem;
    text-align: center;
    margin-bottom: 0;
}
#weather{
    color:white;
    position: absolute;
    top:14px;
}
#todo-input{
    width:185px;
    display: block;
    margin:0 auto;
    align-items: center;
}
#todo-list{
    margin:auto;
    margin-top:10px;
}

#quote{
    position: fixed;
    bottom:10px;
    width:100%;
    text-align: center;
}
#musicbutton{
    z-index: 1;
    position: fixed;
    bottom:10px;
    width: 100px;
    height:30px;
}