﻿:root {
	--c-gradient-left: #cdffd8;
	--c-gradient-right: #94b9ff;
	--c-green: #3d9d8d;
}

* {
	font-family: sans-serif;
}

html {
	height: 100%;
	background: linear-gradient(90deg, var(--c-gradient-left) 0%, var(--c-gradient-right) 100%);
}

body {
	height: 100%;
	display: flex;
	align-items: center;
	color: #001005;
}

div.centered {
	width: 100%;
	text-align: center;
}

img.worker_cat {
	max-width: 700px;
	max-height: 300px;
	border-radius: 25px;
}

img.cat_searching {
	max-width: 700px;
	max-height: 300px;
	border-radius: 25px;
}

hr.patitas {
	min-height: 44px;
	min-width: 90px;
	background: url("images/patitas.png") repeat;
	border: none;
}