@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');

body {
  background-color: black;
  font-family: Josefin Sans;
  margin-top: 20px;
  margin-left: 20px;
}
a { 
  color: papayawhip;
  text-decoration: none;
}
a:hover
  {
    color: floralwhite;
    text-decoration: none;
    cursor: pointer;
   }
.link1 {
  color: inherit;
}
.title h1,
.title h2,
.title h3 {
  display: inline;
  font-size: 3.5vh;
  padding:0.3em 0.3em 0.2em 0.3em;
  background-color: black;
  line-height: 6.3vh;
}
.bottom {
  display: inline;
  font-size: 5vh;
  padding:0.2em 0.2em 0.1em 0.2em;
  position: absolute;
  bottom: 0vh;
  right: 2vh;
  text-shadow: 3px 3px 10px black;
  color: floralwhite;
  /*background-color: black;*/
}
.credits h2 {
  font-family: Sen;
  font-size: 3.5vh;
  position: absolute;
  bottom: 1.1vh;
  left: 2vh;
  /*background-color: black;
  padding:0.4em 0.4em 0.3em 0.4em;*/
}
.credits h3 {
  font-size: 2.5vh;
  line-height: 0vh;
  position: absolute;
  bottom: 0vh;
  left: 2vh;
  /* background-color: black;
  padding:0.4em 0.4em 0.3em 0.4em; */
}
.credits {
  display: block;
  text-shadow: 3px 3px 10px black;
  color: floralwhite;
  /*font-family: Cormorant Infant;*/
}
.about {
  text-align: center;
  bottom: 0px;
  position: fixed;
}
