@charset "utf-8";
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  background-image: url(assets/BKG.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body {
  width: 960px;
  margin: auto;
}
header {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-color: rgba(165, 165, 165, 1.00);
  border-bottom-style: solid;
  bordar-bottom: 1px;
  margin-bottom: 30px;
  font-size: 18pt;
  color: #93E2C2;
}
header h1 {
  font-family: 'Comic Neue', cursive;
  color: #93E2C2;
  text-shadow: 0pt 10px 5px #FFFFFF;
  font-size: 44pt;
}
header h2 {
  font-family: 'Open Sans', sans-serif;
  color: #9A9999;
  font-size: 20pt;
  text-transform: capitalize;
}
h1 {
  font-family: 'Comic Neue', cursive;
  color: #93E2C2;
  text-shadow: 0pt 10px 5px #FFFFFF;
}
p {
  font-family: actor, andika, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #797878;
  font-size: 15pt;
  line-height: 25pt;
  text-align: left;
  margin: 80px;
}
.Pregnancy {
  border-bottom: 3px dotted #93E2C2;
  bordar-bottom-margin:
}
.Pregnancy img {
  margin-left: 280px;
  border: 15px solid #FFF388;
  border-radius: 25px;
  border-collapse: separate;
}
.Pregnancy h1 {
  text-align: center;
  font-size: 28pt;
}
.Birthday {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 3px dotted #93E2C2;
  padding-bottom: 50px;
}
.text {
  margin-right: 60px;
}
.text h1 {
  text-align: center;
}
.text img {
  margin-left: 250px;
  margin-top: 140px;
}
.graphics {
  margin-left: 60px;
  margin-top: 60px;
}
/*I added some id to make some changes*/
#first {
  margin-right: 60px;
}
/*I added some id to make some changes*/
#third {
  margin-right: 60px;
}
#textflip img {
  justify-content: center;
  margin-right: 250px;
}
.graphics .JPG {
  border-radius: 25px;
  border: 15px solid #FFF388;
  padding-top: 0px;
  margin-left: 0px;
}
.FirstYear {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 3px dotted #93E2C2;
  padding-bottom: 50px;
  padding-right: 60px;
}
.SecondYear {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 3px dotted #93E2C2;
  padding-bottom: 50px;
}
.ThirdYear {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
footer {
  padding-bottom: 30px;
  border-top-color: rgba(165, 165, 165, 1.00);
  border-top-style: solid;
  bordar-top: 1px;
}
footer p {
  font-family: actor, andika, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15pt;
  text-align: center;
  margin-top: 50px;
}