@charset "utf-8";
/* CSS Document */
.button1 {
  float: left;
}
.button2 {
  float: left;
}
.button1:hover {
  position: relative;
  top: 10px;
  box-shadow: 0 0 black;
}
.button2:hover {
  position: relative;
  top: 10px;
  box-shadow: 0 0 black;
}
body {
  background-color: darkred;
}
header {
  text-align: center;
  color: whitesmoke;
}
nav {
  width: 80%;
  background-color: #C84D1D;
  margin: auto;
  height: 150px;
	border-radius:5px;}
img {
  width: 300px;
  border: 2px solid #F00A0E;
  margin: 10px;
  border-radius: 5px;float:left;
}
a {
  color: #550103;
  text-decoration: none;
  background-color: #F7C73B;
  display: block;
  width: 300px;
  height: 75px;
  border: solid #470000 5px;
  font-size: 20pt;
  text-align: center;
  line-height: 75px;
  box-shadow: 0px 10px black;
  margin: 10px;
}