@charset "utf-8";
html, body {
  margin: 0;
  padding: 0;
}
.orange {
  background-color: #f28705;
}
.amazon-blue {
  color: #3d86c0;
}
.amazon-bottom {
  border: solid 5px #ff9900;
  background: #ff9900;
  text-align: center;
  border-radius: 20px;
  line-height: 1;
  padding: 0px 20px 20px 20px;
  font-size: 80px;
  font-weight: bold;
}
h1 {
  padding: 40px;
  color: #fffcfa;
  font-size: 60px;
}
a:link{text-decoration: none}
.text-amazon-white{color: #fff7ee}
.text-amazon-white a:active{color: #fff7ee}
.text-amazon-white a:link{color: #fff7ee}
.text-amazon-white a:visited{color: #fff7ee}
.text-amazon-white a:hover{color: #fff}