@font-face {
  font-family: "SociallyFont";
  src: url("/assets/UbuntuSans-VariableFont_wdth,wght-9685cd66.ttf");
}

@font-face {
  font-family: "SociallyFontTwo";
  src: url("/assets/LondrinaSketch-Regular-92db2913.ttf");
}

@font-face {
  font-family: "SociallyFontThree";
  src: url("/assets/NataSans-VariableFont_wght-cf7ce119.ttf");
}

body{
  padding: 200px 0px 0px 0px;
  margin: 0;
  /* max-width: 100%;

  /* background-image: url("/assets/socially_background-73960580.jpg");
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten; */

  /* background-repeat: no-repeat; */
  /* background-position: center center; */
  /* background-size: contain; */
}

.app-view{
  padding: 20px;
}
