@charset "utf-8";
/* CSS Document */

header, footer{
	background-color: #1fa688;
	display: flex;
}
header h1{
	margin-left: auto;
	margin-right: 5px;
	color: white;
}
* {
	font-family: Oswald;
}
.error{
    color: red;
}
.product{
    padding: 5px;
    border: 2px solid #1fa688;
    border-radius: 10px;
}
.strip{
    display: flex;
    background-color: #ace0f2;
    color: white;
    padding: 5px;
}
i {
    margin-right: 5px;
	color: white;
}
.row4{
    display: flex;
	width: 100%;
}
.row4 .item{
    width: 25%;
}
.row2{
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}
.row2 .item{
    width: 50%;
}
.item p{
    margin-left: 10px;
}
.item{
	margin: 5px;
}
.item img{
    border: 2px solid black;
    margin-left: auto;
    margin-right: 10px;
}
.description{
    text-align: center;
}
footer{
	text-align: center;
}
footer p{
	color: white;
}
footer div {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
tr:nth-child(even) {
  background-color: #a5f2d1;
}
table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
th {
	background-color: #1fa688;
	color: white;
}