* {
    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;
}

.fundobranco {
    width: 851px;
    height: 551px;
    background-color: white;
    margin: auto;
    margin-top: 49px;
    border-radius: 50px;
    display: flex;
}

.fundoazul {
    background-color: rgb(152, 195, 229, 40%);
    width: 336px;
    height: 551px;
    border-radius: 50px;
}

#img {
    margin: 50px;
    margin-left: 20px;
    border-radius: 25px;
    width: 280px;
    height: 446px;
    opacity: 70%;
}

.title {
    color: #98C3E5;
    font-size: 48px;
    padding: 20px;
    padding-left: 90px;
}

h1 {
    color: #98C3E5;
    font-size: 20px;
    padding-left: 200px;
}

.descricao {
    padding: 70px;
    font-size: 20px;
    text-align: center;
    opacity: 60%;
}

.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;
}