
@font-face {
font-family: 'ISF_Jupiter';
src: url('/public_html/jupiter.ttf');
}
@charset "utf-8";
.Main-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* Image takes up the full container width */
  height: auto; /* Maintains aspect ratio */
  object-fit: cover; /* Prevents distortion */
	text-align: center;
	font-size: 40px;
}

.text1 {
	font-size: 50px;
}


.text2 {
	font-size: 60px;
}

.text3 {
	font-size: 70px;
}

body {
font-family: 'ISF_Jupiter', fallback-font, sans-serif;
}