/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400;500;600;700;800&family=Goldman:wght@400;700&family=Kanit:wght@200;600;700;800;900&family=Londrina+Shadow&family=Major+Mono+Display&family=Montserrat+Alternates:ital,wght@0,700;0,800;0,900;1,600;1,700;1,800;1,900&family=Neonderthaw&family=Passion+One:wght@400;700;900&family=Quantico:wght@400;700&family=Righteous&family=Rokkitt:wght@100;200;300;400;500;600;700;800;900&family=Special+Elite&family=Staatliches&family=Syne+Mono&display=swap');
/*
    font-family: 'Eczar', serif;

    font-family: 'Goldman', cursive;

    font-family: 'Kanit', sans-serif;

    font-family: 'Londrina Shadow', cursive;

    font-family: 'Major Mono Display', monospace;

    font-family: 'Montserrat Alternates', sans-serif;

    font-family: 'Neonderthaw', cursive;

    font-family: 'Passion One', cursive;

    font-family: 'Quantico', sans-serif;

    font-family: 'Righteous', cursive;

    font-family: 'Rokkitt', serif;

    font-family: 'Special Elite', cursive;

    font-family: 'Staatliches', cursive;

    font-family: 'Syne Mono', monospace;
*/


body {
  background-color: #565569;
  color: black;
  font-family: Verdana;
  zbackground: rgb(36,0,24);
  zbackground: radial-gradient(circle, rgba(36,0,24,1) 0%, rgba(170,67,67,1) 64%, rgba(86,85,105,1) 82%, rgba(170,67,67,0.2185430463576159) 100%); 
   background: rgb(36,0,24);
background: radial-gradient(circle, rgba(36,0,24,1) 0%, rgba(139,71,19,1) 54%, rgba(170,67,67,1) 64%, rgba(71,69,119,1) 82%, rgba(170,67,67,0.2185430463576159) 100%); 
}


.box-all {
  border: 3px dashed rgb(71,69,119);
  margin: 3em; 
  padding: 3em;
  background-color: rgba(36,0,24,1);

}

h1 {
 zbackground-color: pink;
 font-size: 400%;
  text-shadow: 2px 2px rgba(170,67,67,1);
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #9f9eaa;
  font-family: 'Neonderthaw', cursive;

    font-family: 'Staatliches', cursive;
    
    zfont-family: 'Special Elite', cursive;
    font-family: 'Londrina Shadow', cursive;
}

p, ul, ol, li, a {
  font-family: 'Major Mono Display', monospace;
  font-family: 'Righteous', cursive;
  font-family: 'Quantico', sans-serif;
      font-family: 'Syne Mono', monospace;
    font-family: 'Righteous', cursive;
        font-family: 'Eczar', serif;

    font-family: 'Goldman', cursive;

    font-family: 'Kanit', sans-serif;


    font-family: 'Rokkitt', serif;
  color: #9f9eaa;


}





