* {
  margin: 0;
  box-sizing: border-box;
}
body {
    background-color: #d9d9d9;
  font-family: "Kanit", sans-serif;
}* {
  margin: 0;
  box-sizing: border-box;
}
body {
    background-color: #d9d9d9;
  font-family: "Kanit", sans-serif;
}
a {
  text-decoration: none;
  color: white;
}
#menu {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #e34805;
}
#imgmenu {
  width: 40px;
  margin-left: 3%;
  margin-right: 75%;
}
#urlmenu{
    margin-left: 5%;
    font-size: 15px;
}
#paginasmenu{
    width: 400px;
}
#searchmenu{
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.300);
}
#itensseachmenu1{
    margin-left: 37%;
    font-size: 15px;
    color: black;
}
#itensseachmenu{
    margin-right: 20%;
    margin-left: 10%;
    font-size: 15px;
    color: black;
}
#search{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #d9d9d9;
    width: 175px;
    height: 30px;
    margin-right: 6.5%;
}
#searchtext{
    font-size: 15px;
}
#Shopping{
    width: 25px;
}
body {
    font-family: "Kanit", sans-serif;
    background-color: #d1d5db;  
    color: #000000; 
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
}

.container {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

header h1 {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 20px;
}

main p {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
    
}



.form-group input,
.form-group textarea {
  
    width: 100%;
    padding: 10px;
    border: 1px solid #000000; 
    border-radius: 20px;
    box-sizing: border-box; 
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.300);
}

.form-group textarea {
    height: 150px;
    background-color: #ffffff;
    border: none;
    resize: vertical;
    
}

button {
    background-color: #f97316;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.300);
}

button:hover {
    background-color: #e2580a;
}
#ball{
  width: 500px;
}

#imgteste{
  position: fixed;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: -99;
} 
#rodape {
  color: white;
  width: 100%;
  height: 35vh;
  background-color: #0a0440;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rodapeimg {
  width: 390px;
  height: 205px;
}

#ajuda {
  font-size: 30px;
}
#ajuda:hover {
  text-decoration: underline;
}
#socials {
  width: 175px;
}
#imgsocials {
  margin: 5px;
  width: 25px;
}


