.container {
    width: 1000px;
}
.body {
    background-image: url(../img/textura.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

html {
    font-family: Arial;
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kaushan-script-v18-latin_latin-ext-regular.woff2') format('woff2');
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Kaushan Script";
}