#navbar{
    position: sticky;
    top: 10px;
    background-color: rgb(157, 252, 255);
    width: 130px;
    border: solid;
    border-color: rgb(109, 136, 87);
}
h1{
    text-align: center;
    position: sticky;
    top: 100px;
    background-color: rgb(70, 156, 255);
    border: solid;
    border-color: rgb(25, 0, 255);
}
a{
    text-decoration: none;
}
body{
    background-color: lightblue;
}
