@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@1,9..144,300;1,9..144,400&display=swap');

body
{
   background-color: #000000;
   color: #E972B5;
   font-family: 'Fraunces', serif;
   font-weight: 400;
   font-size: 24px;
   font-style: italic;
   line-height: 30px;
   margin: 0;
   padding: 0;
}
.full-centre-text
{
   width: 90%;
   padding: 10px 10px 10px 10px;
   margin: 10px 10px 10px 10px;
   font-family: 'Fraunces', serif;
   font-weight: 300;
   font-size: 26px;
   font-style: italic;
   color: #E972B5;
   text-align: center;
   line-height: 30px;
}
.full-centre-text-bold
{
   width: 90%;
   padding: 10px 10px 10px 10px;
   margin: 10px 10px 10px 10px;
   font-family: 'Fraunces', serif;
   font-weight: 400;
   font-size: 30px;
   font-style: italic;
   color: #E972B5;
   text-align: center;
   line-height: 30px;
}
.big-image
{
   width: 60%;
}

a:link {
  color: #E972B5;
}

a:visited {
  color: #E972B5;
}

a:hover {
  color: #E972B5;
}

a:active {
  color: #E972B5;
}
