/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  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 {
  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;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,
body {
  font-family: 'PT Serif', serif;
  color: #5E6164;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Indie Flower', cursive;
  color: #23293B;
}
h2 {
  font-size: 3.2rem;
}
h3 {
  font-size: 2.8rem;
}
p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fdb4e5;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 20px 0;
  font-size: 2.6rem;
  font-family: 'Indie Flower', cursive;
}
@media (max-width: 800px) {
  header {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
  }
}
header img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
header a {
  margin: 10px;
  padding: 5px;
  color: white;
  border-radius: 10px;
}
footer {
  color: #22283B;
  background: #f4f4f4;
  padding: 20px 0;
  border: 1px double #e0e0e0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.middle-section {
  margin: 30px 0;
}
.middle-section .top-content {
  padding: 10px;
  font-size: 3.2rem;
  border: 1px;
  width: 100%;
}
.middle-section .top-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 65px;
  border-radius: 25px;
  font-size: 4rem;
  background-color: rgba(0, 0, 0, 0.7);
  user-select: none;
  color: white;
  font-family: 'Indie Flower', cursive;
  padding: 10px;
}
.middle-section .top-content p {
  color: white;
  font-family: 'PT Serif', serif;
  line-height: 2;
}
.middle-section .top-content img {
  width: 100%;
  height: 700px;
  border-radius: 6px;
}
@media (max-width: 800px) {
  .middle-section .top-content img {
    width: 100%;
  }
}
body {
  background-color: #494949;
}
.bottom-section {
  padding: 0 20px 20px 20px;
  color: white;
  padding-bottom: 10px;
  line-height: 2;
}
.bottom-section h2 {
  color: white;
  font-family: 'Indie Flower', cursive;
  padding: 10px;
}
.bottom-section p {
  color: white;
  font-family: 'PT Serif', serif;
  line-height: 2;
}
@media (max-width: 800px) {
  .About-Us {
    display: flex;
    border: 1px solid black;
    flex-wrap: wrap;
  }
}
.About-Us .First-One {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 800px) {
  .About-Us .First-One {
    display: flex;
    align-items: center;
  }
}
.About-Us .First-One img {
  width: 20%;
  border-radius: 20px;
}
@media (max-width: 800px) {
  .About-Us .First-One img {
    display: flex;
    justify-content: center;
    border: 1px solid white;
    width: 30%;
  }
}
.About-Us .First-One .First {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px 0;
  padding: 10px;
  justify-content: center;
}
.About-Us .First-One .First h1 {
  font-size: 3.2rem;
  color: white;
  width: 100%;
  padding: 20px;
}
.About-Us .First-One .First p {
  color: white;
}
.About-Us .Second-one {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  padding: 20px;
  margin: 20px;
  border-radius: 20px 0;
}
@media (max-width: 800px) {
  .About-Us .Second-one {
    display: flex;
    align-items: center;
  }
}
.About-Us .Second-one img {
  width: 20%;
  border-radius: 20px;
}
@media (max-width: 800px) {
  .About-Us .Second-one img {
    display: flex;
    justify-content: center;
    border: 1px solid white;
    width: 30%;
  }
}
.About-Us .Second-one .Second {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 20px;
  padding: 10px;
}
.About-Us .Second-one .Second h1 {
  font-size: 3.2rem;
  color: white;
  width: 100%;
  padding: 20px;
}
.About-Us .Second-one .Second p {
  color: white;
}
