 body {
    margin: 0 auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
        }
*{
    box-sizing: border-box;
	}
[v-animation] {
  will-change: transform, opacity;
  transform: translateZ(0);
}
/*backgroup start*/
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #f0f8ff;
  overflow: hidden;
}

.ball {
  position: absolute;
  width: 20vmin;
  height: 20vmin;
  border-radius: 50%;
  backface-visibility: hidden;
  animation: move linear infinite;
}

.ball:nth-child(odd) {
    color: #FFE8CD;
}
.ball:nth-child(even) {
    color: #FFD6BA;
}

/* Using a custom attribute for variability */
.ball:nth-child(1) {
  top: 67%;
  left: 80%;
  animation-duration: 40s;
  animation-delay: -3s;
  transform-origin: 16vw -2vh;
  box-shadow: 40vmin 0 5.703076368487546vmin currentColor;
}
.ball:nth-child(2) {
  top: 42%;
  left: 2%;
  animation-duration: 53s;
  animation-delay: -29s;
  transform-origin: -19vw 21vh;
  box-shadow: -40vmin 0 5.17594621519026vmin currentColor;
}
.ball:nth-child(3) {
  top: 28%;
  left: 18%;
  animation-duration: 49s;
  animation-delay: -8s;
  transform-origin: -22vw 3vh;
  box-shadow: 40vmin 0 5.248179047256236vmin currentColor;
}
.ball:nth-child(4) {
  top: 50%;
  left: 60%;
  animation-duration: 26s;
  animation-delay: -21s;
  transform-origin: -17vw -6vh;
  box-shadow: 40vmin 0 5.279749632220298vmin currentColor;
}
.ball:nth-child(5) {
  top: 46%;
  left: 15%;
  animation-duration: 36s;
  animation-delay: -40s;
  transform-origin: 4vw 0vh;
  box-shadow: -40vmin 0 5.964309466052033vmin currentColor;
}
.ball:nth-child(6) {
  top: 77%;
  left: 16%;
  animation-duration: 31s;
  animation-delay: -10s;
  transform-origin: 18vw 4vh;
  box-shadow: 40vmin 0 5.178483653434181vmin currentColor;
}
.ball:nth-child(7) {
  top: 22%;
  left: 17%;
  animation-duration: 55s;
  animation-delay: -6s;
  transform-origin: 1vw -23vh;
  box-shadow: -40vmin 0 5.703026794398318vmin currentColor;
}
.ball:nth-child(8) {
  top: 41%;
  left: 47%;
  animation-duration: 43s;
  animation-delay: -28s;
  transform-origin: 25vw -3vh;
  box-shadow: 40vmin 0 5.196265905749415vmin currentColor;
}
/*backgroup end*/

h5{
	margin-top: 10px;
    	margin-bottom: 15px;
        text-align: justify;
}
hr{
	max-width: 60px;
	}
.heading {
        width: 100%;
        height: 60px;
        background-color: aliceblue;
        min-width: 400px;
        padding: 10px;
	width: calc(100vw - 16px) !important;
	z-index:2;
    	}
.heading span {
        width: 10%;
	height: -webkit-fill-available;
        display: inline-flex;
        align-content: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        font-style: oblique;
        font-family: emoji;
        font-size: x-large;
        border-radius: 2.5px;
        min-width: 120px;
        cursor: pointer; 
        }
.heading span:hover {
        background-color: #ff5722;
        }
iframe {
        height: calc(100vh - 60px) !important;
	width: calc(100vw - 20px) !important;
        min-width: 390px;
        border: 0;
    	padding-top: 10px;
    	padding-bottom: 10px;
	transition: cubic-bezier(0.77, -0.24, 0.28, 1.11) 1.5s;
    	transition-delay: 0.1s;
	z-index:2;
	}
#charts-iframe {
        display: none;
        }
#timetable-iframe {
        display: none;
        }
#buttondown{
	border: 0;
	width: 30px;
	}
#buttondown:hover{
	border: 2px;
	background-color: #ff5722;
	border-radius: 3px;
	}
#buttonup{
	border: 0;
	width: 30px;
	display:none;
	}
#buttonup:hover{
	border: 2px;
	background-color: #ff5722;
	border-radius: 3px;
	}
#buttondowncard{
	width: 30px;
	border: 0;
	}
#buttondowncard:hover{
	border: 2px;
	background-color: #ff5722;
	border-radius: 3px;
	}
#buttonupcard{
	width: 30px;
	border: 0;
	display:none;
	}
#buttonupcard:hover{
	border: 2px;
	background-color: #ff5722;
	border-radius: 3px;
	}
#buttondowncharts{
	border: 0;
	width: 30px;
	}
#buttondowncharts:hover{
	border: 2px;
	background-color: #ff5722;
	border-radius: 3px;
	}
#buttonupcharts{
	border: 0;
	width: 30px;
	display:none;
	}
#buttonupcharts:hover{
	border: 2px;
	background-color: #ff5722;
	border-radius: 3px;
	}
#charts{
	max-width: 100%;
    	max-height: 280px;}

#weather{
	max-width:100%;
	max-height:280px;
	}
#card{
	max-width:100%;
	max-height:280px;
	}
#One{
	max-width:100%;
	max-height:280px;
	}
#file{
	max-width:100%;
	max-height:280px;
	}
#firstpage{
	max-width:100%;
	max-height:280px;
	}
svg{
	fill: #00BCD4;		
	}
svg :hover{
	fill:#ff5722;
	}
/*Home style */
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
	float: left;
	width: 75%;
}

/* Right column */
.rightcolumn {
	float: left;
	width: 25%;
	padding-left: 20px;
}

/*image */
.image {
	background-color: aliceblue;
	max-width:90%;
  	max-height:200px;
  	padding: 4px;
}

/* Add a card effect for articles */
.card {
   	background-color:#d8edf740;
   	padding: 20px;
   	margin-top: 20px;
}
h6 {
   	color: #2b2929c7;
   padding: 0px;
    margin: 0px;
	}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

.social-media{
	width: 30%;
	border-radius: 5px;
}

.social-media:hover {
            background-color: #ff5722;
        }
.fa {
    padding: 20px;
    font-size: 30px;
    width: 38%;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    max-width: 80px;
    min-width: 65px;
    border-radius: 2.5px;
}
.fa:hover {
    opacity: 0.65;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
.card {
    min-width:100vw;
   padding: 10px;
   margin-top: 10px;
}
}