* {
	box-sizing: border-box;
	word-break: break-word;
}

a:link, a:visited {
	border: none;
	text-decoration: none;
	word-break: break-all;
	font-style: italic;
	letter-spacing: 1px;
	color: white;
	cursor: pointer;
}

a:hover {
	color: orange;
	font-weight: bold;
	letter-spacing: 2px;
}

.bir {
	font-style: italic;
	font-weight: bold;
	color:red;
	}

.bib {
	font-style: italic;
	font-weight: bold;
	color:blue;
	}

.big {
	font-style: italic;
	font-weight: bold;
	color:green;
	}

body {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1em;
	padding: 1px;
	background: black;
	color: white;
}

.capt {
	justify-content: center;
	margin-left: 25%;
	margin-right: 25%;
	width: 50%;
	font-style: italic;
	font-size: 90%;
}

.center {
	display: flex;
	justify-content: center;
}

.footer {
	text-decoration: none;
	color: white;
	font-style: italic;
	padding: 5px;
	background: grey;
	margin-top: 10px;
}

.glow {
	font-size: 40px;
	color: #fff;
	text-align: center;
	animation: glow 1s ease-in-out infinite alternate;
}

h1 {
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

h2 {
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

h3 {
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

h4 {
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

.header {
	padding: 1px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
}

.image1 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 30%;
	margin-right: 30%;
	width: 40%;
	padding: 1px;
	border: 1px solid black;
}

.image2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 10%;
	margin-right: 10%;
	max-width: 80%;
	padding: 1px;
	border: 1px solid black;
}

.sticker1 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 40%;
	margin-right: 40%;
	max-width: 20%;
	padding: 1px;
	border: 1px solid black;
}

p { 
	color: white;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1 rem;
	}

.row after {
	content: "";
	display: table;
	clear: both;
}

.sound {
	background-color: black;
	display: block;
	justify-content: center;
	margin-left: 30%;
	margin-right: 30%;
	width: 40%;
	padding: 2px;
}

.tab {
	display: inline-block;
	margin-left: 150px;
}

table {
	font-style: italic;
	border-collapse: collapse;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	border: 1px solid white;
}

td, th {
	border: 1px solid white;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

.glow {
    font-size: 40px;
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;}
    to {text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;}
}

@media screen and (max-width: 320px) and (max-width: 479px) {
body, p, a, td {font-size: 0.8em;}
table {width:100%;float:left;display:block;}

@media screen (min-width: 480px) and (max-width: 766px) {
body, p, a, td {font-size: 0.8em;display:block;}
table {width:100%;float:left;}

@media screen (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
body, p, a, td {font-size: 0.9em;}

@media screen (min-width: 768px) and (max-width: 1024px) {
body, p, a, td {font-size: 0.9em;}

@media screen (min-width: 1280px) {
body, p, a, td {font-size: 1em;}

@media screen (min-width: 1024px) and (max-width: 1279px) {
body, p, a, td {font-size: 1em;}






