a {
  text-decoration: none !important;
}
aside {
  /* border-right: 2px solid black; */
}
body {
  background-color: #fff4cc;
  /* border-radius: 10px; */
  /* height: auto; */
  /* padding: 5 20px; */
}

footer {
  height: max-content;
  /* background-color: burlywood; */
  /* padding: 5px 20px; */
  border-top: 1px solid black;
}

header {
  border-bottom: 2px solid black;
  /* position: sticky;
  top: 0; */
  /* z-index: 20; */
  background-color: #d2ffff;
  /* padding: 5px; */
}

html {
  background-color: #00aaaa;
  background-image: linear-gradient(45deg, #00aaaa, yellow);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* #name {
  min-width: max-content;
} */


#repositories {
  /* padding-inline-start: 5px; */
  /* padding-bottom: 10px; */
}

#repos-div {
  background: #ccc;
  /* border-radius: 25px; */
  /* margin: 5px; */
  /* padding: 5px; */
}

#navbar-example2 {
  /* position: sticky; */
  /* top: 0px; */
}
