*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #0c3eae;
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

html,
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Verdana, sans-serif;

	background-color: #f4f5f7;
}

.bodyWrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.header {
	margin-bottom: 20px;
}

.headerTitle {
	text-align: center;

	font-size: 1.3rem;
}

.main {
	margin-bottom: 20px;
}

.footer {
	margin-top: auto;
	/*padding: 20px;*/
}

.footerTitle {
	text-align: center;

	font-size: 0.9rem;
	font-weight: normal;
}

.container {
	width: 1200px;
	padding: 10px 20px;
	margin: 0 auto;

	background-color: #fff;
}

.seachForm {
	margin-top: 20px;
}

input,
button {
	padding: 5px 10px;
}

.computerDetails {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.computerDetails_item {
	margin-bottom: 10px;
}

.computerDetails_item:last-child {
	margin-bottom: 0;
}

.rssDetails {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.rssDetails_item {
	margin-bottom: 10px;
}

.rssDetails_item:last-child {
	margin-bottom: 0;
}

.notFound {
	margin-top: 20px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #ff0000;
}

.aboutComputers {
	width: fit-content;
	margin: 0 auto;
}

