* {
    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;
}

section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: repeat(3, 1fr);
}

.produtos {
    width: 667px;
    height: 95px;
    background-color: white;
    margin: 57px;
    margin-left: 80px;
    display: flex;
    border-radius: 25px;
    opacity: 60%;
}

.img {
    width: 78px;
    height: 78px;
    border-radius: 10px;
    margin: 9px;
}

p {
    font-size: 32px;
    margin-left: 25px;
    text-align: center;
}

.total {
    background-color: white;
    width: 473px;
    height: 405px;
    grid-column: 2;
    grid-row: 1/4;
    align-self: center;
    border-radius: 50px;
    text-align: center;
}

h1 {
    font-size: 40px;
    margin-top: 110px;
    opacity: 60%;
}

#botaofinalizar {
    background-color: #98C3E5;
    width: 342px;
    height: 111px;
    margin: auto;
    margin-top: 30px;
    border-radius: 50px;
    font-size: 40px;
    padding: 30px;
    opacity: 60%;
}

.fundorodape {
    background-image: url(texture-of-denim-jeans-fabric-background-julien.jpg);
    width: 100%;
    height: 64px;
    margin-top: 24px;
    opacity: 50%;
}

h2 {
    margin-left: 30px;
    padding-top: 20px;
    color: lightgray;
    font-size: 20px;
    text-align: center;
}