@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Besley:ital,wght@0,400..900;1,400..900&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Fuzzy+Bubbles:wght@400;700&family=Gabriela&family=Hind+Mysuru:wght@300;400;500;600;700&family=Schoolbell&family=Shadows+Into+Light+Two&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, p, h3, h5, footer {
  margin: 4%;
}

.r {
  width: 8%;
  margin: 4%;
}

.h {
  margin: 4%;
  text-align: center;
  padding: 0%;
}

body {
  background-color: #F8F8F8;
}

h1 {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

h3 {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 631;
  font-style: normal;
}

p, footer{
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
}

h6 {
  margin: 4%;
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 347;
  font-size: 82%;
  font-style: normal;
}

.hhh {
  color: #F24F4F;
}

body {
  background-color: #FFFFFFFF;
}