/* Example CSS file */ 


img {
    width: 100px;
}

#editLink {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

.link {
    border-bottom: 1px black solid;
    margin-bottom: 1rem;
}