* {
    margin: 0;
    box-sizing: border-box;
    font-family: "Kavoon", serif;
}

body {
    background-color: #d9d9d9;
    height: 100%;
    width: 100%;
}

.fundojeans {
    background-image: url(texture-of-denim-jeans-fabric-background-julien.jpg);
    height: 20vh;
    width: 100%;
    display: flex;
}

#logo {
    width: 20px;
    height: 20px;
    margin-left: 60px;
}

#divBusca {
    background-color: white;
    border: solid 1px;
    border-radius: 15px;
    width: 600px;
    height: 40px;
    margin: auto;
}

#txtBusca {
    float: left;
    background-color: transparent;
    padding-left: 5px;
    font-style: italic;
    font-size: 18px;
    border: none;
    height: 32px;
    width: 500px;
}

#user {
    margin-top: 50px;
    margin-right: 150px;
}

#carrinho {
    margin-top: 50px;
    margin-right: 100px;
}

.menu {
    width: 100%;
    height: 6vh;
    background-color: #98C3E5;
    opacity: 75%;
    display: flex;
}

.botao {
    background-color: white;
    width: 150px;
    height: 30px;
    text-align: center;
    border: solid 1px #98C3E5;
    border-radius: 25px;
    line-height: 30px;
    margin: auto;
    color: black;
}

a {
    text-decoration: none;
    color: black;
}

section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.div {
    background-color: rgb(152, 195, 229, 30%);
    width: 222px;
    height: 280px;
    margin: auto;
    margin-top: 20px;
    border-radius: 50px;
}

.div2 {
    background-color: white;
    width: 188px;
    height: 171px;
    margin: auto;
    margin-top: 20px;
    border-radius: 25px;
    opacity: 75%;
}

img {
    border-radius: 25px;
}

p {
    margin-top: 10px;
    text-align: center;
    color: black;
    font-size: 16px;
    opacity: 30%;
}

h1 {
    text-align: center;
    font-size: 36px;
    opacity: 30%;
}

.fundorodape {
    background-image: url(texture-of-denim-jeans-fabric-background-julien.jpg);
    width: 100%;
    height: 64px;
    margin-top: 49px;
    opacity: 50%;
}

h2 {
    margin-left: 30px;
    padding-top: 20px;
    color: lightgray;
    font-size: 20px;
    text-align: center;
}