﻿.header {
	font-family: Calibri;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #2E6BDE;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.general {
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	width: auto;
	height: auto;
}
.description {
	font-family: Calibri;
	font-size: large;
	font-weight: bold;
}
.spacere {
	width: auto;
	height: 30px;
}
.image {
	background-color: #C0C0C0;
	width: auto;
	height: auto;
	background-size: auto 640px;
}
.links {
	font-size: large;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.second_header {
	font-size: xx-large;
	font-weight: bold;
	color: #2E6ADE;
	font-family: Calibri;
	text-align: center;
}
.page {
	border-style: 40;
	color: #000000;
	background-color: #C0C0C0;
	border-width: 40px;
	background-size: auto auto;
}
.result {
	font-size: x-large;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.testinput {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #646464;
}
.button {
	font-size: medium;
	font-weight: bold;
	background-color: #ACACAC;
}
.scale {
      width: 100%;
      max-width: max-content;
    }
