@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow&family=Shippori+Mincho:wght@500&family=Varela+Round&family=Zilla+Slab:ital@1&display=swap');

.container-header{
    padding-top: 10px;
}

h1 {
    display: flex;
    justify-content: center;
    color: blueviolet;
    font-family: 'Zilla Slab', serif;
    font-size: 60px;
}
.container-body {
    max-width:550px;
    display: flex;
    min-height: 50vh;
    align-items: center;
    margin: auto;
}

.carousel {
    justify-content: center;
}

.sobre {
    line-height: 1.8;
    font-family: 'Archivo Narrow', serif;

}

.link-compra {
    text-align: center;
    padding-bottom: 40px;
}
.termos {
    background-color: #CCC;
}

.garantias {
    font-style: italic;
}