body	{
	background:  maroon;
	padding: 40px;
	font-family: Arial, sans-serif;
	font-size : 1.1rem;
}

.container	{
	background : white;
	padding : 20px;
};

.product_wrapper {
	font-family: Arial, sans-serif;
    line-height: 1.6;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	}
	
.product_wrapper:hover {
	box-shadow: 0 0 0 2px #e5e5e5;
	}
.product_wrapper .name {
	font-weight:bold;
	}
.product_wrapper .pay {
	text-transform: uppercase;
    background: #F68B1E;
    border: 1px solid #F68B1E;
    cursor: pointer;
    color: #fff;
    padding: 8px 40px;
    margin-top: 10px;
}

.product_wrapper .pay:hover {
	background: #f17e0a;
    border-color: #f17e0a;
}

#paypal_button {
	width : 12rem;
    background: none;
    border: none;
    margin: 10px;
    cursor: pointer;
}
#error	{
	color : red;
	font-weight : bold;
	display : none;
}

option, select 	{
	color : black;
	font-weight : 600;
	padding : 10px;
	background-color : white;
	border : 1px solid black;
}

#dropdown	{
	text-align : left;
	border-radius : 0rem;
	height: 2.5rem;
	width : auto;
	cursor : pointer;
}


input#recipient	{
	color : black;
	font-weight : 750;
	padding : 5px 10px;
}

#buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin: 0 25%;
}
#back {
    width: 9rem;
    height: 3rem;
    color: black;
    background: linear-gradient(to right, #ffc439 0%, #ffc439 100%);
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    border: none;
    font-weight: 750;
    border-radius: 1.5rem;
    cursor: pointer;
}
