/* fixed navbar */
nav {
 margin-top: 4rem;
}
nav > div:first-of-type {
 position: fixed;
 width: 100%;
 top: 1px;
 z-index: 4;
 background-color: #272727e0;
 border-radius: 1rem;
 height: 4rem;
}
