.link:hover{
    transition:0.3s;
    color:white;
    font-weight: bold;
    font-size: larger;
}

.current{
    color:rgb(255, 255, 255);
    font-weight: bolder;
    -webkit-text-stroke: 0px white;
}

.link{
    text-decoration: none;
}

.overlaytodo{
    position:absolute;
    font-family: daydream;
    z-index: 4;
    margin:10px;
}

.todolist{

    position:absolute;
    z-index: 4;
    margin:10px; 
    top:50px 
}

 hr {
            width: 100%; 
        }

a{
   
    display:contents;
}