@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

h1 { 
    font-family: 'Urbanist', sans-serif; font-size: 250%;
}
h2 { 
  font-family: 'Urbanist', sans-serif; font-size: 120%;
}

.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
  background-color: rgb(214, 210, 238);
  font-family: 'Urbanist', sans-serif; 
}

.sidenav sidetitle {
  padding: 10px 8px 6px 16px;
  text-decoration: none;
  font-size: 150%;
  display: block;
}

.sidenav a {
  padding: 10px 8px 6px 16px;
  text-decoration: none;
  font-size: 150%;
  display: block;
}
.sidenav a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
.sidenav a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
.sidenav a:hover {
  color:floralwhite;
  background-color: transparent;
  text-decoration: underline;
}
.sidenav a:active {
  color:floralwhite;
  background-color: transparent;
  text-decoration: underline;
}
.title{
  margin-left: 160px; /* Same as the width of the sidenav */
  padding: 0px 10px;
  text-align: center;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  /*font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
  font-size: 120%;
  text-align: left;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 10px;}
  .sidenav a {font-size: 18px;}
}

body {
    background-color: rgb(255, 249, 252);
    font-family: 'Urbanist', sans-serif; 
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: 'Urbanist', sans-serif; 
}
