*{
    color: white;
    font-family: sans-serif;
}
html{
    background-image: linear-gradient(to right, rgb(56, 0, 56), rgb(2, 2, 89));
}
#logo{
    position: relative;
    margin-left:70px ;
}
#header{
    position: relative;
    top:100px;
}
/*  */
#header{
    font-size: clamp(24px, 8vw, 64px);
    margin-bottom:1rem;
    color: #333;
    font-weight: bold;
}
#welcome_img{
    float: left;
    margin-left: 10px ;
    margin-bottom:10px;
    margin-right: 10px;
}
article h2{
    text-align: center;
}
article ul{
    clear: both;
}
#buybutton{
    background-color: rgba(139, 69, 19, 0.7);
    border: none;
    padding: 6px 14px;
    box-shadow: grey 2px 2px;
    border-radius: 20px 40px;
}
#welcome ul li{
    margin-bottom: 15px ;
}
section>ul>li{
    margin-bottom: 20px;
}
section ul li:nth-child(even){
    background-color: saddlebrown;
}

header h1{
    text-align: center;
}
menu{
    list-style: none;
    padding: 0;
    margin: 11px 90px;
}
menu li{
    list-style: none;
    padding:0;
    width: fit-content;
    position: relative;
}
menu li{
    float: left;
    background-color: rgba(250, 128, 114, 0.5);
    padding: 20px 20px;
    border-radius: 20px 40px;
}
menu li a{
    padding: 20px 30px;
}
#navigation{
    position: sticky;
    top: 2px;
    z-index: 1;
}
section>h1{
    clear: both;
    padding-top: 10px;
}
menu li a:hover{
    background-color: rgba(205, 92, 92, 0.8);
    border-radius: 20px 40px;
    padding: 20px 20px;
    margin: 0 auto;
}
figure{
    margin-left: 25%;
    margin-bottom: 40px;
}
figcaption img{
    margin-left: 5px;
}
#img1{
    position: absolute;
    margin-left: 350px;
}

article ul li:nth-child(even){
    background-color: saddlebrown;
    width: fit-content;
}
[href]{
    text-decoration: none;
}
section p a{
    background-color: rgba(139, 69, 19, 0.7);
    border: none;
    padding: 6px 14px;
    box-shadow: grey 2px 2px;
    border-radius: 20px 40px;
}
body{
    /*border: solid 1em mediumspringgreen;*/
}
/*mobile nav css*/
/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: rgba(12, 12, 54, 0.5);
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: rgba(255, 255, 255, 0.6);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: #100019;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: #100019;
    color: rgb(255, 255, 255);
}

/* Style the active link (or home/logo) */
.active {
    background-color: #200132;
    color: #ffffff;
}
@media only screen and(max-width: 768px){

}