/* tips1.css */


.item
{
	position: relative
}

.bottom button {
	display: block;
	border-radius: 10px;
	padding: 0px 0px 0px 0px;
	color: var(--text-color);
	background-color: var(--secondary-color);
	border: 0px solid grey;
	border-width: 1px 5px 5px 1px; 
	font-size: 1rem;
}

.itemtext p
{
	margin-bottom: 10px;
}

img
{
  border: 5px solid var(--border-color);
  border-radius: 10px;
}
