/* http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126License: none (public domain)*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

/*=========================================Main Styles=========================================*/
body {
  font-family: arial;
  
}
.p1{
  line-height: 2 ;
}
.float {
  position: 
  bottom: 0;
  right: 0;
  filter: drop-shadow(16px 16px 10px #4d4d4d);
}

.rotated {
  transform: rotate(180deg);
}
.container {
  width: 989px;
  margin: 0 auto;
}
.footer {
  position: 
  text-align: center;
  bottom: 0;
  
}
