.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
  font-size: 1.25em;
  vertical-align: middle;
}

.large-icon {
  font-size: 3em;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0b2949;
  color: white;
  padding: 15px;
}

#go-to-top-button {
  display: none;
  position: fixed;
  padding: 0;
  bottom: 65px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #065647;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

#go-to-top-button:hover {
  background-color: #42b983;
}

section.content {
  padding-top: 25px;
}

.sidebar-icon {
  vertical-align: top;
}

.sidebar>h1{
  margin:0 1rem 1rem;
  text-align: unset;
}

.sidebar-name {
  color: #065647;
  font-weight: 700;
  vertical-align: middle;
  font-size: 1.125rem;
  font-family: Montserrat, arial;
  text-transform: uppercase;
}

.sidebar-toggle {
  position: relative;
  bottom: 45px;
}

.sidebar-nav > ul {
  padding-bottom: 3rem;
}

.logo-container {
  display: flex;
  align-items: center;
  position: relative;
  top: -35px;
}

.margin-left {
  margin-left: 5px;
}
