body {
  background-color: #E79696;
  color: #521212;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  text-align: center;
}
div {
  background-color: white;
  width: 350px;
height: auto;
margin: 20px auto;
padding: 20px;
border: 2px solid #A52424;
}
  a:link {
  color: #CF2E2E;
}