body {
	background-color: #fff5cc;
	padding: 50px 0 0 0;
}

table {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

a {
    background: #9cf;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 180px;
    height: 2em;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
}

a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

a:hover {
  background: #66f;
  color: #FFF;
}

a:hover:after {
  right: 1.4rem;
}

th{
	
}

td{
	padding: 10px;
	text-align: center;
}

td img {
	display: inline-block;
	vertical-align: middle;
}

h1{
	color: #ff6600;
}

button{
	padding-left: 5px;
}

h3{
	font-size: 24px;
}
