/* Style sheet for Scholars SGC web page */

/* General instructions for font, color, and background image */
body {
	font-family: Ariel, Verdana;
	color: #344152;
	margin: 10px;
	background: #000000;
}

/* General selector values */
a:visited {
	color: #ff002b;
}



header {
	font-family: 'Cursive', cursive;
	background-color: #0a52d7;
	color: rgb(226, 14, 14);
	padding: 1em 2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 25px;
	color: #f1f3f1;
    margin-bottom: 1em; /* Adds 1em of space below each paragraph */
	text-align: center;
}
picture {
	width: 100%;
    height: auto;
}



nav a {
    color: white;
    margin-left: 15px;
	text-decoration: underline
}

.products {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 2em;
}

.product {
    background: white;
    border: 1px solid #ccc;
    padding: 1em;
    margin: 5em;
    width: 250px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 0.5em 1em;
    cursor: pointer;
}

footer {
    background-color: #333;
	background-color: #0a52d7;
    color: white;
    text-align: center;
    padding: 1em;
}
