*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    height: 150px;
    background-color: rgb(43, 0, 15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo img {
    width: 170px; 
    margin-top: 20px;
    margin-left: 50px;
}

h1 {
    color: rgb(255, 255, 255);
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-style: normal;    
    margin-right: 600px;
    margin-bottom: 15px;
}

.search {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 40px;
}

.search input {
    border: none;
    outline: none;
    padding: 5px;
}

.search button {
    background: none;
    border: none;
    cursor: pointer;
}

.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
h2{
    color: rgb(0, 0, 0);
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-left: 100px;
    margin-top: 100px; 
}

p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    float: left;
    width: 800px;
    margin-left: 100px;
}

#paragrafo01{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    float: left;
    width: 800px;
    margin-left: 100px;
    margin-top: 60px;
}

h2 {
    font-family: "Cinzel", serif;
    margin-bottom: 20px;
}

.imgVinho img {
    width: 400px;
    height: auto;
    border-radius: 15px;
    margin-left: 80px;
    margin-bottom: 80px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.footer {
  background-color: rgb(106, 19, 50);
  height: 250px;
  padding: 2rem;
  border-top: rgb(0, 0, 0);
  color: #ffffff;
  font-family: sans-serif;
  font-size: 14px;
}

.footer h2 {
  margin: 0 0 4px;
  font-size: 18px;
  color: #ffffff;
}

.footer p {
  margin: 0 0 8px;
}

.contato {
  margin: 12px 0;
}

.copy {
  color: #999;
  font-size: 12px;
}