@font-face {
  font-family: 'FranklinGothic';
  src: url('./fonts/FranklinGothic.ttf') format('truetype');
}
@font-face {
	font-family: 'FranklinGothicItalics';
	src: url('./fonts/FranklinGothicITALIC.ttf');}
body {
  font-family: 'FranklinGothic', sans-serif;
  color: white;
}
a {
      color: palegreen;
    }

    a:visited {
      color: palegreen; /* visited */
    }

    a:hover {
      color: orange;
    }

    a:active {
      color: red;
    }
.bodyclass {
      transition: none;
      margin: 50px auto;
      font-size:18px;
    }
.scaled {
      transform: scale(0.55); 
	  transform-origin: top center;
    font-size:40px;
    }
.desktopFrame{
  width:100%;
  height:80vh;
}
.mobileFrame{
  width:100%;
  height:30vh;
}
body {
      background: radial-gradient(circle, #560dfc, #7d00ff);
      
}