html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
}

@font-face {
	font-family: "Posterama 1927";
	src: url("/static/Posterama 1927.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Posterama Bold";
	src: url("/static/Posterama Text Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.cuadro {
	border-radius: 10px;
	border: 2px solid black;
	width: 250px;
	height: 300px;
}

.title {
	font-family: "Posterama 1927", sans-serif;
}

h4 {
	font-family: "Posterama 1927", sans-serif;
}

h1 {
	font-family: "Posterama Bold", sans-serif;
}

img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.name {
	font-family: "Posterama 1927", sans-serif;
}

.dash-title {
	font-family: "Posterama Bold", sans-serif;
}

.description {
	font-family: "Posterama 1927", sans-serif;
}
