

#wrapper{
    width:800px;
    margin-right: auto;
        margin-left: auto;
    margin-top: 100px;
    margin-bottom: 100px;


}
#header{
    height:100px;
    width:100%;
    background-color:#A93A3A ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: opx;
    color:white;
    background-image: url("love banner.jpg");
    background-size:auto 200px;
    border:2px solid Tomato;

}

#main{
    background-image: url("love.jpg");
    background-size: cover;
    background-color: white;
    padding: 20px 10px 20px 10px



}

#footer{
    background-image: url("");
    height:50px;
    background-color:#E43F3F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    color:orange;
    border:2px #FF8406;
}




p. normal {
  font-style: oblique;
    text-align: center;
    color:#FF8406;
    Background-color: #A93A3A ;

}



b {color:red;}

u {color:red;}


i {color:red;}



body {
          background-color:  #A93A3A ;
          background-image: url("berg.jfif");
          background-size: 100% 100%;
          color: white;


font-family:Courier New;



        }



h2 {color:white;}


a {color:lightblue;}

 #navi{
    padding-top: 10px;
    padding-left: 10px;
    color:white;
    font-size:20px;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family:Courier New;
    }

.menu li{
    float: left;
    }

.menu li a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

    font-family:Courier New;
    }

.menu li a:hover {
    background-color: #A93A3A;
    font-family:Courier New;
    }

.active {
    background-color: hsla(225,0%,90%,0.8);
    color: white;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #E43F3F;
    font-family:Courier New;
}

li {
    float: left;
}
li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family:Courier New;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color:##882727;
    font-family:Courier New;
}

li.dropdown {
    display: inline-block;
    font-family:Courier New;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:  #882727;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    background-color: #882727;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #882727
 font-family:Courier New;}

.dropdown:hover .dropdown-content {
    display: block;
    font-family:Courier New;
    }

#p01 {
  color: #8A0808 ;
}

.button {
  background-color: #DAAE3E;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  }

.button:hover {
  background-color: #8A7336;
}

.insta {
         Background-color: #E43F3F;
         }
.face {
         Background-color: #E43F3F;
         }
input {
  margin: 5px 10px;
}
button {
  font-size: 18px;
  padding: 10px;
  margin: 20px 0;
  color: white;
  border: 0;
  border-radius: 10px;
  border-bottom: 3px solid #333;
}
#submit {
  background: lightgreen;
}
