html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: linear-gradient(to bottom right, rgb(0, 217, 255),rgb(255, 0, 157) );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  font-family: Tahoma;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------script--------*/

.container{

  background: black;
  height: 590px;
  width: 500px;
  margin: 120px auto;
  opacity: 0.6;
  border-radius: 20px;
  animation-name: container;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  transition: linear 0.2s;
}

.box1:hover{

    width: 500px;
    height: 110px;
    background-color: grey;
    margin: 10px auto;
    border-radius: 20px;
    transform:scale(1.1);
    transition: linear 0.2s;
}
.box1{

  width: 500px;
  height: 110px;
  background-color: grey;
  margin: 10px auto;
  border-radius: 20px;
  transition: linear 0.2s;
  display: block;
}

.box1p1{

  position:relative;
  top: 21px;
  text-align: center;
  font-size: xx-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.box1p2{

  position: relative;
  text-align: center;
  font-size: x-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
.box2:hover{
  width: 500px;
  height: 110px;
  background-color: grey;
  margin: 1px auto;
  border-radius: 20px;
  transform: scale(1.1);
  transition: linear 0.2s;
}

.box2{
  width: 500px;
  height: 110px;
  background-color: grey;
  margin: 1px auto;
  border-radius: 20px;
  transition: linear 0.2s;
}

.box2p1{

  position: relative;
  top: 21px;
  margin: 0px;
  text-align: center;
  font-size: x-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.box2p2{

  position: relative;
  top: 10px;
  text-align: center;
  font-size: x-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.box3:hover{
  width: 500px;
    height: 110px;
    background-color: grey;
    margin: 10px auto;
    border-radius: 20px;
    transform: scale(1.1);
    transition: linear 0.2s;
}

.box3{
    width: 500px;
    height: 110px;
    background-color: grey;
    margin: 10px auto;
    border-radius: 20px;
    transition: linear 0.2s;
}

.box3p1{

  position: relative;
  top: 21px;
  text-align: center;
  margin: 0px;
  font-size: x-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.box3p2{

  position: relative;
  top: 10px;
  text-align: center;
  font-size: x-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.box4:hover{
  width: 500px;
  height: 110px;
  background-color: grey;
  margin: 10px auto;
  border-radius: 20px;
  transform: scale(1.1);
  transition: linear 0.2s;
}

.box4{
  width: 500px;
  height: 110px;
  background-color: grey;
  margin: 10px auto;
  border-radius: 20px;
  transition: linear 0.2s;
}

.box4p1{

  position: relative;
  top: 21px;
  margin: 0px;
  text-align: center;
  font-size: x-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.box4p2{

  position: relative;
  top: 10px;
  text-align: center;
  font-size: x-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.box5:hover{
  width: 500px;
  height: 110px;
  background-color: grey;
  opacity: 1;
  margin: 10px auto;
  border-radius: 20px;
  transform: scale(1.1);
  transition: linear 0.2s;
}

.box5{
  width: 500px;
  height: 110px;
  background-color: grey;
  opacity: 1;
  margin: 10px auto;
  border-radius: 20px;
  transition: linear 0.2s;
}

.box5p1{

  position: relative;
  top: 21px;
  margin: 0px;
  text-align: center;
  font-size: x-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.box5p2{

  position: relative;
  top: 10px;
  text-align: center;
  font-size: x-large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


a:before, a:active, a:hover, a:after, a{

  text-decoration: none;
  color: rgb(0, 47, 255);

}

.credits{

  margin-top: 150px;
  font-size: 16px;
  text-align: center;
  font-style:italic;
}