body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #040000;
}

h1{
    font-size: 58px;
    position:relative;
    right: -1%;
    top:70px;
    font-family:'Bungee Spice', cursive;
    
}



h2 {
    color:  #4d2078;
    font-size: 37px;
    text-align: center;
    font-family:'Bungee Spice', cursive;
}

h3{
    position:relative;
    color:#4d2078;
    font-size: 41px;
    font-family:'Bungee Spice', cursive;
    left:42%;
}

h4{
    position:relative;
    left: 43%;
    color:#4d2078;
    font-size: 35px;
    position: relative;
    top:19px;
    font-family:'Bungee Spice', cursive;}

    h5{
        font-size: 35px;
        font-family: "Bungee Spice";
        position: relative;
        left: 2%;
        transition: all 0.8s ease;
    }
    

h6{
    font-size: 35px;
    position: relative;
    top:-208px; 
    right: -1%;
}


header {
    background-color: #040000;
    color: #fff;
    padding: 1px;
    text-align: center;
    
}

header img{
    position: relative;
    width: 350px;
    height:350px ;
}

nav a {
    color: #CC1400;
    text-decoration: none;
    margin: 0 10px;
    position: relative;
    left: 35%;
    top:340px;
}

nav a:hover {
    color: #F09F00;
    
    font-size: 20px;
}


.gg img{
    position: relative;
    left: 25%;
    top:43px;
    height: 221px;
    width: 23%;
}


.product {
    background-color: #dadada;
    border: 13px solid #D84200;
    padding: 20px;
    margin: 10px;
    border-radius: 35px;
}

.product img {
    position: relative;
    width: 210px;
    
}

.price {
    font-weight: bold;
    color: #D84200;
}

iframe {
    width: 100%;
    height: 300px;
    border: none;
}

#contact {
    background-color: #040000;
    padding: 20px;
    font-size: 22px;
    color:#000000;
}
#contact img{
    position:relative;
    width: 24%;
    height: 224px;
    top:-410px;
    left: 24%;
}

#contact a{
    color:#000000;
    position: relative;
    top:-283px;
}

#contact p{
    position: relative;
    top: -337px;
    color:#ffffff;
}



.product img:hover{
    transform: scale(1.1);
  transition: transform .9s;
}

.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .product div {
    flex-basis: 30%;
    margin-bottom: 20px;
    text-align: center;
  }

  .product img {
    display: block; 
    margin: 0 auto;
  }

  #location p {
    color:antiquewhite
}

#location img:hover{
    transform: scale(1.1);
    transition: transform .9s;
}

#location .price{
    color:#ffe102
}

#location {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #location div {
    flex-basis: 30%;
    margin-bottom: 20px;
    text-align: center;
  }

  #location img {
    display: block; 
    margin: 0 auto;}

    #location {
        background-color:#6A0701;
        padding: 20px;
        margin: 10px;
        border-radius:790%;
        border: 13px solid #cacaca;
    }
    
    #location img {
        position: relative;
        width: 210px;
        
    }

    #location iframe {
        width: 100%;
        height: 300px;
        border: none;
    }
