
  .first-column {
    width: 100%;
  }
  .second-column {
    width: 50%;
  }
  .third-column {
    width: 30%;
  }
  
.Button{
	Background-color: Red;
	Color: white;
	Padding: 15px 32px;
	Text-align: center;
	text-decoration: none;
	Display: inline-block;
	Font-size: 16px;
	Cursor: crosshair;
	Font-family: tahoma;
	Border-radius:15px;
	border: 1px solid black;
	Box-shadow:0 8px 16px 0 rgba(0,0,0,0.6)
}

.Button:hover {
	background-color: #04aa6d; Color: white;
	Border-Radius: 0px;
	Font-size: 20px;
	Border: 10px solid Gold;
	
}

h1{
	text-align: center;
	font-family: impact;
	color: red;
  text-shadow: 2px 2px 4px blue;
 Font-size: 40px;
	
}

th{
	text-align: center;
	font-family: serif;
	color: red;
  text-shadow: 2px 2px 4px white;
  Font-size: 25px;
	
}

Td{
	Font-family: Monospace;
	
}
a:link{
	Text-align: center;
	Font-family: Fantasy;
	Color: Blue;
}

p{
	Font-align: left;
	Background-color: #04aa6d; Color: blue;
}
.img-src{
	Text-align: center;
}
Html{
	background-color: green;
}
body{
	background-color: green;
}
