body {

  font-family: "Montserrat", sans-serif;
  background-color: black;
}

h1 span.titletext {
  font-weight: 700;
}


h1 span.logotext {
  font-size: .65em;
  font-weight: 200;
  letter-spacing: .2em;
}
p em{
  font-weight: 100;
  font-style: italic;
}

div.footer{ 
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  letter-spacing: .4em;
  z-index: -1;
}

span.material-symbols-outlined{
  vertical-align: -33%;
}

a:link{
  color: gray;
  text-decoration: none;
}

a:visited{
  color: gray;
    text-decoration: none;
}

a:hover{
  color: rgb(139, 194, 231);
    text-decoration: none;
}

a:active{
  color: gray;
    text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p.subtitle {
  color: white;
  letter-spacing: .4em;
}