@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #212121;
  /* background: rgb(148, 187, 233); */
  /* background: linear-gradient(90deg, rgba(148, 187, 233, 1) 0%, rgba(255, 137, 189, 1) 100%); */
  height: 100vh;
  color: white;
}

nav {
  margin: 7em 0;
}

nav > ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

header {
  text-align: center;
}

footer {
}

footer a {
	color: #4FC3F7;
}

/* .nav-link {
  color: inherit;
  text-decoration: none;
  background-color: white;
  padding: 1em;
  border-radius: 10px;
}

.nav-link:hover {
  background-color: azure;
} */

h3   {
  font-weight: normal;
}

.inherited-styles-for-exported-element {
  font-family: 'CerebriSans-Regular', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  font-size: 100%;
  text-align: center;
}

.svg-inline--fa {
  display: inline-block;
}

.svg-inline--fa {
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

nav > ul > li > a {
  display: flex;
  align-items: center;
  width: 400px;
  gap: 10px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #424242;
  #background-color: #455eb5;
  #background-image: linear-gradient(92.88deg, #455eb5 9.16%, #5643cc 43.89%, #673fd7 64.72%);
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 0;
  border-image: none 100% 1 0 stretch;
  border-radius: 50px;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0 -25px 18px -14px inset, rgb(30, 136, 229, 0.15) 0 1px 2px, rgb(30, 136, 229, 0.15) 0 2px 4px,
    rgb(30, 136, 229, 0.15) 0 4px 8px, rgb(30, 136, 229, 0.15) 0 8px 16px, rgb(30, 136, 229, 0.15) 0 16px 32px;*/
  color: #fff;
  line-height: 24px;
  padding: 20px 30px;
  /* width: 150px; */
  text-decoration: none currentcolor solid;
  transition: all 200ms;
  font-size: 1em;
}

.description {
  color: #4FC3F7;
}

@media screen and (min-width: 768px) {
  nav > ul > li > a {
    line-height: 16px;
  }
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

@media screen and (min-width: 1024px) {
  nav > ul > li > a:hover {
    /*box-shadow: rgba(0, 0, 0, 0.15) 0 -25px 18px -14px inset, rgb(30, 136, 229, 0.25) 0 1px 2px, rgb(30, 136, 229, 0.25) 0 2px 4px,
      rgb(30, 136, 229, 0.25) 0 4px 8px, rgb(30, 136, 229, 0.25) 0 8px 16px, rgb(30, 136, 229, 0.25) 0 16px 32px;*/
  }
}

nav > ul > li > a:hover {
  text-decoration: none currentcolor solid;
  transform: scale(1.05) rotate(-1deg);
}
