body{
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  margin-top: 100px;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
img {
	margin-bottom: 10px;
}
.btn {
  font-size: 16px;
  width: 150px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgb(80, 78, 78);
  color: azure;
  text-decoration: none;
}
.btn-orange {
    background-color:rgb(233, 120, 15);
}
.controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}