@import url('https://fonts.googleapis.com/css2?family=Dosis&family=PT+Serif&display=swap');


body{
  background-color: black;
}
h1,h3,h4,h5,p,h6{
color: white;
}
h1,h3{
font-family: 'PT Serif', serif;
}
p,h4,h5,h6{
  font-family: 'Dosis', sans-serif;
}
h5{
  padding: 10px;
}
p{
  font-size: 20px;
}
h6{
  font-size: 14px;
}

.collapsible, nav, footer{
color: white;
font-family: 'Dosis', sans-serif;
}

.pie{
  padding-bottom:  10px;
  color: white;
}
a{
  font-size: 15px;
}
span{
  font-size: 20px;
}
.igg{
  font-style: italic;
}
.arrow{
  position: fixed;
  bottom:30px;
  right:30px;
}
