#main{
    width: 95%;
    height: auto;
    display: block;
    margin: auto;

}
img{
    width: 95%;
    height: auto; 
    display: block;
    margin: auto;
    cursor: pointer;
}
#Image2{
    width: 95%;
    height: auto; 
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    margin-bottom: 60px;
}
h2{
    text-align: center;
    font-size: 45px;
}
#cards{
    width: 95%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,auto);
    gap: 20px;
    cursor: pointer;
    margin-bottom: 200px;
    margin: auto;
}
#offers{
    width: 100%;
    height: 150px;
    background-color: gainsboro;
    text-align: center;
    /* margin-top: 120px; */
    padding-bottom: 10px;
}
h2{
    padding-top: 40px;
    font-size: 30px;
}
#email{
    width: 20%;
    height: 40px;
    background-color: white;
}

#footer1{
    width: 90%;
    margin: auto;
}
h5{
    text-align: center;
    font-size: 18px;
}
p{
    text-align: center;
}
h4{
    text-align: center;
    font-size: 25px;
}
#Inform{
    display: flex;
    justify-content: space-around;
    width: 50%;
    margin: auto;
    cursor: pointer;
}
button{
    padding: 15px 10px 10px 10px;
    background-color: black;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}
#social_media_container{
    width:30%;
    margin:auto;
    display: flex;
    justify-content: space-evenly;
}
a:hover{
    cursor: pointer;
    color:rgb(216, 58, 169);
}
#fine_print_container {
    width:40%;
    margin:auto;
    padding:30px 0px 20px;
    size:12px;
    display:flex;
    justify-content:space-evenly;
}
#footer_link_title_1,#footer_link_title_2,#footer_link_title_3,#footer_link_title_4,#footer_link_title_5{
    text-align: center;
    margin-top: 30PX;
    font-weight: bold;
    font-size: 16px;
    padding:0px px 5px 5px;
}
#footer_link_content_1,#footer_link_content_2,#footer_link_content_3,#footer_link_content_4,#footer_link_content_5{
    width:90%;
    margin:auto;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    
}
#footer_link_content_1>a, #footer_link_content_2>a,#footer_link_content_3>a, #footer_link_content_4>a,#footer_link_content_5>a{
    padding:3px 10px 3px 10px;
    border-right:1px solid gray;
    font-size: 15px;
}
a{
    color: grey;
}
#back {
    width:200px;
    margin:auto;
    display:grid;
    
}
#back>button {
    /* margin-top: 110px; */
    display: flex;
    padding:20px;
    font-weight: bold;
    justify-content:space-around;
    border:0px;
}
#back>button:hover{
    cursor: pointer;
}
a>button{
    background-color: rgb(200, 231, 25);
    border: 0ch;
    color: black;
    padding: 20px 25px 20px 25px;
    font-weight: bold;
}
#navbar1 {
    background-color:rgb(218, 212, 212);
    width:auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
    position: relative;
}
#navbar1 img {
    width:100px;
    margin-top: -10px;
    
}
a {
    text-decoration: none;
    color:rgb(82, 82, 82);
    font-size:20px;
}
#navbar_II{
    width:90%;
    margin:auto;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
* {
    box-sizing: border-box;
  }
  
  /* Style the search field */
  
  form.search input[type=text] {
   
    font-size: 17px;
    border: 0px;
    border-bottom: 1px solid gray;
    float: left;
    width:80%;
    background:none;
  }
  
  /* Style the submit button */
  form.search button {
    float: left;
    background:none;
    padding-left:0px;
    color: rgb(209, 75, 97);
    font-size: 17px;
    border: 0px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
  }
  form.search::after {
    content: "";
    clear: both;
    display: table;
  }
  #user {
      position: relative;
      top:0px;
      left:0px;
      
  }
  #user>a+a{
      color: brown;
  }
  #user>a+a{
    margin-left: 30px;
    }
    #Navbar{
        width: 90%;
        height: 70px;
        margin: auto;
        display: flex;
        justify-content: space-evenly;
        font-size: 8px;
        margin-top: -25px;
        background-color: white;
        box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
        padding-bottom: 20px;
        position: sticky;
        margin-bottom: 40px;
    
    }
