.center {
  margin: auto;
}

.title {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 36px;
 text-align: center;
 padding-bottom: 20px;
 color:rgb(233, 218, 218)
}

.quoteline {
  width: 60%;
  text-align: center;
  margin: auto;
  background-color: rgb(233, 218, 218);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 4px;
  font-size: 24px;
}

body {
  background-image: url('maxresdefault.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
