/* Hoja de estilos Tienda */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Lexend:wght@100..900&display=swap");


body {
    background-color: black;
     display: flex;
     justify-content: center;
}

h1 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
}

ol {
    list-style-position: inside;
}

p, ol {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
    margin: 10px;
    color: white;
    text-align: center;
}