
body {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Ohio_State_Buckeyes_logo.svg/1041px-Ohio_State_Buckeyes_logo.svg.png");
  background-color:#cccccc;

  background-position: center; /* center the image */
  background-repeat: no-repeat; /* do not repeat the image*/
  background-size: cover; /*resize the backround image to cover the entire container*/
  
}

.noimage{
  background-image:url("https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.wix.com%2Fwebsite%2Ftemplates%2Fhtml%2Fblank&psig=AOvVaw11rVum0f3WXpudGzSU1Wg0&ust=1571498711436000&source=images&cd=vfe&ved=0CAIQjRxqFwoTCKDE54WPpuUCFQAAAAAdAAAAABAH") ;
}


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

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.red{
  color: rgb(255,0,0);
}


h1 {
  color: rgb(135,32,9);
}

li{
  color: rgb(255,0,0);
}

.higlight {
   color: rgb(255,0,0);
   text-align: justify;
   
 }