@charset "utf-8";

body{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}

hr{
    border: 2px dashed rgb(114, 222, 255);
}
.info{
  margin: auto;
  width: 70%;
}

.footer{

    font-size: smaller;
}

.smallpic{

    max-width: 150px;
}

a:hover{
    transform: scale(1.09); /* Slightly zoom the image on hover */
    opacity: 0.5;
}

.icons{
    max-width: 70px;
}

.footer img{
    padding: 8px;
}




@-webkit-keyframes ggj{
	0% {
		color: rgb(56, 7, 254);
	}

	50% {
		color: rgb(136, 255, 241);
	}

	100% {
		color: #fff64d;
	}

}


.ggjtext {
	-webkit-animation: ggj 2s infinite alternate;
}
/* Shrink thumbnail size if the screen size is 600px wide or less */
@media screen and (max-width: 600px) {

	body {
		font-size: smaller;
		padding: 2px;
    }
    .info{
    margin: auto;
    width: 85%;
    }

    .responsive{
        max-width: 450px;

    }

    .smallpic .icons{
        max-width: 90px;
    }
}



