@import url("fonts/stylesheet.css");

aside {
    position: sticky;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    background-color: white;
}

aside > a {
    padding: 2vh;
    text-decoration: none;
    color: black;
}

aside .clock {
    font-family: "Massimo";
    font-weight: bold;
    font-size: 25px;
    margin-left: auto;
    padding-right: 2vh;
}

aside > a:hover {
    cursor: pointer;
    background-color: rgb(230, 235, 240);
}
