
.header-container{
    display: flex;
}

.header-container > li{
    width: 200px;
    height: 45px;
    /* padding: 20px 0 20px 50px; */
    border-radius: 50px 50px 0 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-container > li:hover{
    cursor: pointer;
}

.header-container > li:active{
    background-color: rgb(245, 247, 247);
}

.header-todo{
    background-color: rgb(191, 224, 255);
    transform: translateX(-20%);
}

.header-weather{
    background-color: rgba(235, 212, 240, 0.856);
}
