@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');

body {
	background: url(https://s3-us-west-2.amazonaws.com/rpmmultisite/wp-content/uploads/sites/114/2016/05/13182043/stock-market-wallpaper-background-2.jpg);
	color: white;
	
}

h1 {
	color: #b2fee1;
	text-shadow: 5px 5px 4px blue;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-decoration-line: underline;
}

h4 {
	color: #4fe803;
	font-family: 'Oswald', sans-serif;
	text-shadow: 4px 3px 3px #505956;
	font-size: 32px;
}

td {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
}

a:hover {
	text-decoration: none;
}


.list-group-item {
	text-align: center;
	background: rgba(76, 175, 80, 0.1);
	
}

.list-group-item:hover {
	background-color: rgba(66, 72, 67, 0.8);
	text-decoration: none;
}

.stockview {
	margin-right: 20px;
}

.chartView {
	margin-left: 20px;
}

#crudBtn {
	width: 20%;
}

#crud {
	text-align: center;
}

#tdalogo {
	margin-left: 20px;
}

#homepage {
	background: url(https://png.pngtree.com/thumb_back/fw800/back_our/20190621/ourmid/pngtree-25d-financial-investment-finance-background-template-image_200943.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



