body {
    min-height: 100%;
    background-image: url(istockphoto-621920444-612x612.jpg);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
    
}
h1 {
    letter-spacing: -1px;
    color: rgb(255, 255, 255);
    font-size: 4rem;
	line-height: 1.1;
	margin-bottom: 0.67rem;
    text-align: center;

}
h2 {
    color: rgb(255, 255, 255);
    font-weight: normal;
	font-size: 1.75rem;
	line-height: 1.47;
	margin-bottom: .5rem;
    text-align: center;

}

p{
    color: rgb(255, 255, 255);
    text-align: center;

}

input {
      text-align: center;
}

button {
      text-align: center;
      justify-content: center;
align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid rgb(255, 255, 255);
}

.highlight {
  background-color: rgb(0, 0, 0);
}