@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

body{
    background-color: #fdf3f3f3;
    width: 100%;
    height: auto;
    margin-left: 0px;
}
header{
    display: flex;
    background-color: #f1e9de;
}
a{
    text-decoration: none;
}
h1{  
    font-family: "Marck Script", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 300%;
}
h2{
    font-family: cursive;
    color: #dd918c;
    margin-left: 10px;
}
h3{
    text-align: center;
    color: #dd918c;
    font-family: "Marck Script", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 150%;
    margin-left: 10px;
}
h4{
    text-align: center;
    color: #ffffff;
    font-family: cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 80%;
    margin-left: 10px;
    
}
li{
    font-family: cursive;
    margin-left: 10px;
}
p{
    font-family: cursive;
    color: #BCAD98;
    margin-left: 58px;
}
h5{
     color: white;
     font-size: small;
     margin-bottom: 20px;
}
h6{
    color: white;
    font-size: small;
    margin-left: 580px;
    margin-bottom: 10px;
}
footer{
    background-color: #dd918c;
}
.marcos{
    background-color: #dd918c;
    height: 50px;
    width: auto;
}
.subpages{
    width: 200px;
    height: auto;
    border-color: #dd918c;
    border-width: 15px;
    border-style: solid;
}
.container{
    display: flex;
    justify-content: space-around;
}
#home-icon{
    width: 50px;
    height: auto;
}
#logo{
    width: 150px;
    height: auto;
}
#logo_instagram{ 
    width: 20px;
    height: auto;
    margin-left: 20px;
}
 #logo_youtube{
    width: 40px;
    height: auto;
    margin-left: 600px;
    margin-bottom: 1px;
}
#img-div{
    display: flex;
    justify-content: space-between;
}
#main-img{
    width: 275px;
    height: auto;
    margin-top: 50px;
    margin-right: 50px;
}
#main-img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #main-img:hover {opacity: 0.7;}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(247, 230, 202); /* Fallback color */
    background-color: rgba(247, 230, 202); /* Black w/ opacity */
  }
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  .close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
#lateral{
    text-align: center;
    border-left-color: #dd918c;
    border-left-width: 3px;
    border-left-style: solid;
    padding-left: 30px;
}
#h1-color{
    display: flex;
}
#desserts{
    font-size: 200%;
    margin-left: 50px;
}
#color-h1{
    color: #b9a98cf3;
}
#color-h2{
    color:#dd918c;
}
#content{
    text-align: justify;
    margin-right: 30px;
}
#follow{
    display: flex;
    justify-content: center;
}
.topnav {
    background-color: #dd918c;
    overflow: hidden;
  }
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  .topnav a:hover {
    background-color: #dd918c;
    color: pink
}
.topnav a.active {
    background-color: #f2b6d2;
    color: white;
}
