* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
p {
    font-size: 16px;
    color: 191919;
}
h3 {
    color: #fff;
}
h4 {
    color: #fbb7bb;   
}
h6 {
    color: #dc2c55;
}
#header {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.4); ;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header-img {
    margin: 10px 30px;
    width: 60px;
}
.nav-menu {
    margin: auto 20px;
}
.nav {
    color: #dc2c55;
    padding: 20px 30px;
    font-size: 20px;
}
.nav:hover, .header-img:hover {
    opacity: 0.5;
}
.fw {
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation: 5s fadeIn; 
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
   0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
.fw-img {
    width: 100%;
    margin-top: 80px;
}
.fw-text {
    background-color: rgba(255, 255, 255, 0.4);
}
.fw-text {
    text-align: center;
    position: absolute;
    top: 360px;
    left: 50px;
    padding: 20px;
}
.fw-h3 {
    font-size: 32px;
    text-shadow: 4px 4px 4px #dc2c55;
}
.fw-h4 {
    font-size: 24px;
    color: #dc2c55;
    text-shadow: 2px 1px 10px #fff;
}
.fw-p {
    text-shadow: 2px 1px 2px #fff;
}
.background {
    background-image: url();
    background-attachment: fixed;
    background-repeat: repeat;
    opacity: 0.3;
}
.shape1 {
    opacity: 0.2;
    width: 15%;
    position: absolute;
    top: 1820px;
    left: 150px;
    transform: scale(-1, 1);
}
.shape2 {
    opacity: 0.2;
    width: 20%;
    position: absolute;
    top: 2280px;
    left: 120px;
    transform: scale(-1, 1);
}
.shape3 {
    opacity: 0.2;
    width: 15%;
    position: absolute;
    top: 1300px;
    right: 90px;
    transform: scale(-1, 1);
}
.copy {
    margin: 60px auto;
    border: solid 6px hsl(356, 89%, 85%);
    padding: 20px;
    max-width: 85%;
}
.copy-h3 {
    margin-bottom: 10px;
    font-size: 32px;
    text-shadow:1px 1px 0 #dc2c55, -1px -1px 0 #dc2c55,
              -1px 1px 0 #dc2c55, 1px -1px 0 #dc2c55,
              0px 1px 0 #dc2c55,  0 -1px 0 #dc2c55,
              -1px 0 0 #dc2c55, 1px 0 0 #dc2c55;
}
.background1 {
    opacity: 0.2;
    width: 18%;
    position: absolute;
    top: 1320px;
    left: 80px;
}
.background2 {
    opacity: 0.2;
    width: 20%;
    position: absolute;
    top: 1630px;
    right: 70px;
}
.background3 {
    opacity: 0.2;
    width: 15%;
    position: absolute;
    top: 2080px;
    right: 80px;
}
.background4 {
    opacity: 0.2;
    width: 25%;
    position: absolute;
    top: 2760px;
    left: 80px;
}
.background5 {
    opacity: 0.2;
    width: 25%;
    position: absolute;
    top: 2400px;
    right: 40px;
}
.background6 {
    opacity: 0.2;
    width: 15%;
    position: absolute;
    top: 2900px;
    right: 80px;
    transform: scale(-1, 1);
}
#main {
    text-align: center;
    justify-content: center;
    margin: 60px 0;
}
.main {
    margin: 60px;
}
.main-content {
    margin: 30px auto;
    max-width: 400px;
}
.main-content2 {
    margin: 30px auto;
    max-width: 550px;
}
.main-h4 {
    font-size: 32px;
}
.main-h6 {
    margin: 10px 0;
    font-size: 28px;
    text-shadow: 2px 2px 10px #fff;
}
.main-p {
    margin-bottom: 30px;
}
.main-img {
    margin: 10px;
    width: 300px;
    box-shadow: 1px 5px 9px #888787;
    border-radius: 50%;
}
#menu {
    margin: 120px 60px 60px 60px;
}
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu-h3 {
    font-size: 32px;
    text-align: center;
    text-shadow:1px 1px 0 #dc2c55, -1px -1px 0 #dc2c55,
              -1px 1px 0 #dc2c55, 1px -1px 0 #dc2c55,
              0px 1px 0 #dc2c55,  0 -1px 0 #dc2c55,
              -1px 0 0 #dc2c55, 1px 0 0 #dc2c55;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    border-top: 2px solid #dc2c55;
    border-bottom: 2px solid #dc2c55;
}


.menu-h6 {
    margin: 10px 0;
}
.menu-content {
    margin: 30px;
    width: 260px;
    justify-content: center;
    text-align: center;
}
.menu-img {
    border: solid 2px #dc2c55;
    border-radius: 50%;
}
.main-img2 {
    width: 100%;
    margin: 60px 0;
}
#information {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}
.information-img {
    width: 300px;
    height: 300px;
    margin: 20px 40px;
}
.information {
    width: 400px;
    margin: 20px ;
}
.information-logo {
    margin: 10px;
}
#footer {
    height: 80px;
    text-align: center;
    background-color: #fff;
    line-height: 80px;
}


@media screen and (max-width: 768px) {
#header {
    height: 60px;
}
.header-img {
    margin: 10px;
    width: 40px;
}
.nav-menu {
    margin: auto 10px;
}
.nav {
    color: #dc2c55;
    padding: 10px;
    font-size: 16px;
}
.fw-img {
    width: 100%;
    opacity: 0.6;
    margin-top: 60px;
}
.fw-text {
    background-color: unset;
}
.fw-text {
    text-align: center;
    position: absolute;
    top: 80px;
    left: 0px;
    padding: 20px;
}
.fw-h3 {
    font-size: 24px;
    text-shadow: 4px 4px 4px #dc2c55;
}
.fw-h4 {
    font-size: 20px;
    color: #dc2c55;
    text-shadow: 2px 1px 10px #fff;
}
.fw-p {
    font-size: 14px;
}
.shape1 {
    opacity: 0.2;
    width: 15%;
    position: absolute;
    top: 1180px;
    left: 30px;
    transform: scale(-1, 1);
}
.shape2 {
    opacity: 0.2;
    width: 20%;
    position: absolute;
    top: 1830px;
    left: 20px;
    transform: scale(-1, 1);
}
.shape3 {
    opacity: 0.2;
    width: 15%;
    position: absolute;
    top: 90px;
    right: 20px;
    transform: scale(-1, 1);
}
.copy {
    margin: 60px auto;
    border: solid 6px hsl(356, 89%, 85%);
    padding: 20px;
    max-width: 85%;
}
.copy-h3 {
    margin-bottom: 10px;
    font-size: 24px;
    text-shadow:1px 1px 0 #dc2c55, -1px -1px 0 #dc2c55,
              -1px 1px 0 #dc2c55, 1px -1px 0 #dc2c55,
              0px 1px 0 #dc2c55,  0 -1px 0 #dc2c55,
              -1px 0 0 #dc2c55, 1px 0 0 #dc2c55;
}
.background1 {
    opacity: 0.2;
    width: 18%;
    position: absolute;
    top: 670px;
    left: 20px;
}
.background2 {
    opacity: 0.2;
    width: 20%;
    position: absolute;
    top: 920px;
    right: 20px;
}
.background3 {
    opacity: 0.2;
    width: 15%;
    position: absolute;
    top: 1470px;
    right: 20px;
}
.background4 {
    opacity: 0.2;
    width: 25%;
    position: absolute;
    top: 2500px;
    left: 30px;
}
.background5 {
    opacity: 0.2;
    width: 25%;
    position: absolute;
    top: 2230px;
    right: 20px;
}
.background6 {
    opacity: 0.2;
    width: 20%;
    position: absolute;
    top: 2490px;
    right: 30px;
    transform: scale(-1, 1);
}
#main {
    text-align: center;
    justify-content: center;
    margin: 60px 0;
}
.main {
    margin: 60px;
}
.main-content {
    margin: 30px auto;
    max-width: 400px;
}
.main-content2 {
    margin: 30px;
    max-width: 550px;
}
.main-h4 {
    font-size: 32px;
}
.main-h6 {
    margin: 10px 0;
    font-size: 20px;
    text-shadow: 2px 2px 10px #fff;
}
.main-p {
    margin-bottom: 30px;
}
.main-img {
    margin: 10px;
    width: 250px;
    box-shadow: 1px 5px 9px #888787;
    border-radius: 50%;
}
#menu {
    margin: 120px 60px 60px 60px;
}
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu-h3 {
    font-size: 32px;
    text-align: center;
    text-shadow:1px 1px 0 #dc2c55, -1px -1px 0 #dc2c55,
              -1px 1px 0 #dc2c55, 1px -1px 0 #dc2c55,
              0px 1px 0 #dc2c55,  0 -1px 0 #dc2c55,
              -1px 0 0 #dc2c55, 1px 0 0 #dc2c55;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    border-top: 2px solid #dc2c55;
    border-bottom: 2px solid #dc2c55;
}
.menu-h6 {
    margin: 10px 0;
}
.menu-content {
    margin: 30px;
    width: 260px;
    justify-content: center;
    text-align: center;
}
.menu-img {
    border: solid 2px #dc2c55;
    border-radius: 50%;
    width: 250px;
}
.main-img2 {
    width: 100%;
    margin: 60px 0;
}
#information {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px auto;
}
.information-img {
    width: 300px;
    height: 300px;
    margin: 20px 40px;
}
.information {
    width: 400px;
    margin: 20px ;
}
.information-logo {
    margin: 10px;
}
#footer {
    height: 80px;
    text-align: center;
    background-color: #fff;
    line-height: 80px;
}
.footer-p {
    font-size: 12px;
} 
}