body {
  background-color: black; color: white; font-family: serif; font-size: 18px; 
  background-image: url(""); max-width: 1853px; 
  background-size: cover;
  }
h1 { color: red; }
h2 { color: red; }
h3 { Color: red; }
a:link { color: magenta; }
a:visited { color: purple; }
a:link { font-weight: bold; }
Button { background-color: black; color: red; border-color: red; }
/*page-button*/
.page-button { background-color: black; color: red; border-color: red; border: 5px; height: 50px; min-width: 70px; cursor: pointer; font-size: 20px; margin-right: 3.5px; margin-left: 3.5px; font-weight: bold; transition: background-color 0.25s; }
.page-button:hover {background-color: red; color: black; border-color: rgb(120,0,0); } 
.page-button:active { opacity: 0.6 }

.body { margin-top: 150px; }
.section-header { color: red; text-align: center; }
.larger-in-box-text { font-size: 25px; font-weight: bold; max-width: 1000px; text-align: center; margin: auto; }
.buttons { text-align: center; margin: auto; }
.proceed { margin-top: 25px; height: 70px; }