/*
	File       : styles.css
    Created on : 2025
    Author     : Tomas Sommer
	Project	   : osvc
*/

body {
	font-size: .875rem;
}

img {
	max-width: 700px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main .container {
	padding: 150px 15px 0;
}

.footer {
	background-color: #f5f5f5;
	text-align: center;
	margin-top: 20px;
}

.container {
	width: auto;
	max-width: 500px;
	padding: 0 15px;
	margin-bottom: 50px;
}

.footer {
	background-color: #f5f5f5;
}

form img {
	width: auto;
	height: auto;
}