/* style.css - a simple style sheet */


@font-face { font-family: Alleycat_ICG; src: url("Alleycat_ICG.eot") /* EOT file for IE */}
@font-face { font-family: Alleycat_ICG; src: url("Alleycat_ICG.ttf") /* TTF file for CSS3 browsers */}
@font-face { font-family: Alleycat_ICG; src: url("Alleycat_ICG.svg") /}
@font-face { font-family: Alleycat_ICG; src: url("Alleycat_ICG.woff") /}
@font-face { font-family: Alleycat_ICG; src: url("Alleycat_ICG.woff2") /}

body {	
	background-color: #D1FFFF;
	margin-left: 10%;
	margin-right: 10%;
	border: #FF0000;
	word-spacing: normal;
	
}
p { font-family: Arial, sans-serif; font-size:120%}
li { font-family: Arial, sans-serif; font-size:120%}
h1{ font-family: 'Alleycat_ICG', Arial, sans-serif; font-size:250%}
h2{ font-family: 'Alleycat_ICG', Arial, sans-serif; font-size:140%}
h3{'Arial, sans-serif'; font-size:120%}
h4{ font-family: 'Alleycat_ICG', Arial, sans-serif; font-size:170%; color: red;}


a:link {font-family: 'Alleycat_ICG', Arial, sans-serif; font-size:100%;  color: #0033CC; text-decoration: underline;}
a:visited {font-family: 'Alleycat_ICG', Arial, sans-serif; font-size:100%; color: #000000; text-decoration: underline;}
a:hover {font-family: 'Alleycat_ICG', Arial, sans-serif; font-size:140%; color: #0033CC; text-decoration: underline;}
a:active {font-family: 'Alleycat_ICG', Arial, sans-serif; font-size:140%; text-decoration: underline;}

.div-img{
    justify-content: center;
    align-items: center;
    display:flex;
    padding-top:20%;
}
img{
    transition: transform .2s;
    margin:0 auto;
    background-color: rgb(173, 173, 237);
    border-radius: 0px;
    border: 4px white;
}
img:hover{
    transform:scale(2.5);
}




}

.stretch {
    width:100%;
    height:100%;
}
}
-->

}




