html {
    scroll-behavior: smooth;
}
body {
 font-family: Lucida Console s
 text-align: left;
font-size: 25px;
margin: 0;
padding: 0;

} 
header {
background-color: rgb(141, 23, 23);
color: black;
padding: 10px;
}
h1 {
  font-family: "Bruno Ace SC", sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
}
nav {
    background-color: bisque;
    padding: 10px;
    position: sticky;
    top: 0;
}
nav a {
    color: black;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}
nav a:hover {
    text-decoration: underline;
}
section {
    padding: 30px 20px;
    border-bottom: 1px solid rgb(243, 196, 142);
}
footer {
    font-size: 0.75rem;
}

.suse-mono-<uniquifier> {
  font-family: "SUSE Mono", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}