/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

h1
{ text-align: center;
}

.contentbox1 {
  width:1000px;
  height:1000px;
  padding:1px;
  margin-top:70px;
  margin-left:200px;
  margin-bottom:10px;
  background-color: grey; 
  border: 5px solid black;
}
.innerbox
  
  /*you can add hex codes or just simple color names like indigo or purple to change it <3/
  /*you can add :pink; after or before pixels to make the border around it have color, to make it invisible remove the part of it.
 
  
  
  

/* hi cormac, do left, right, or center to change where the big text on top is located
