* {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url("images/fondo-rojo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
  }
  .pages {
    max-width: 900px !important;
    /*min-height: 1300px !important;*/
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .position-instrucciones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .title {
    text-align: center;
    margin-top: 150px;
    color: white;
  }
  .article {
    width: 60%;
    background-color: hsl(44, 12%, 91%);
    border-radius: 10px;
    padding: 15px;
    margin: 20px;
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .myButton {
    width: 200px;
	background-color:#ffb200;
	border-radius:28px;
	border:1px solid #d69107;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1.3rem;
    font-weight: bold;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#ff8000;
}
.m-01 {
    margin-bottom: 20px;
}
.link-btn {
    color: white;
    text-decoration: none;
}