application.css 828 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
body
{
	background-color: #f5f5f5;
	display: block;
	text-align: center;
	font-family: "Arial";
}
ul
{
	list-style-type: none;
	text-align: center;
}
p
{
	font-size: 16px;
	text-align: left;
	text-indent: 60px;
	margin-left: 40px;
	margin-right: 40px;
}
img
{
    width: 600px;
    height: 337.5px;
    border: 2px solid #868686;
    margin-bottom: 20px;
}
div
{
    width: 800px;
    height: 200px;
    border: 2px solid #868686;
    background-color: white;
    margin: auto;
}
#main-title
{
	font-size: 32px;
	background-color: black;
	padding: 14px;
	margin-top: -8px;
	margin-right: -8px;
	margin-left: -8px;
	color: #f5f5f5;
}
#start-button
{
	color: black;
	margin-top: -75px;
}
#thoughts-h1
{
	text-align: left;
	text-indent: 20px;
	font-size: 28px;
	margin-bottom: -5px;
}
.choices
{
	display: inline;
	padding: 30px;
}