html {
    background-color: black;
    background-image: url('thebull.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    max-width: 100%;
    height: auto;
}

h1{
   text-align: center;
    font-family: "Times New Roman";
    font-weight: 700;
    font-size: 300%;
    color: white;
    padding-top: 15;      
}

h2{
    text-align: center;
    font-family: "Times New Roman";
    font-weight: 700;
    font-size: 150%;
    color: white;
    margin: 20;
    padding-bottom: 15; 
}

h3 {
  display: inline-block;
  font-weight: 700;
  background-color: white;
  text-align: center;
  padding: 10px 0px;
  color: black;
  font-family: Arial;
}

h3:hover {
	background-color: lightblue;
}

span{
    line-height: 30px;
    font-size: 120%;
}

table{
    font-family:"Helvetica";
    filter: drop-shadow(0 0 0.75rem #2f0054);
}

.intro{
    text-align: left;
    font-family: "Helvetica";
    font-size: small;
    margin-left: 140px;
    margin-right: 140px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.whole{
    text-align:center;
    margin-left: 100px;
}

.poem{
    display: inline-block;
    text-align: left;
    
}

.supporting-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px;
}

.supporting-container div {
  background-size: cover;
  min-width: 450px;
  min-height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}


.article {
	background-image: url("https://static01.nyt.com/images/2016/03/20/t-magazine/20tmag-03arena_poem-t_CA0/20tmag-03arena_poem-t_CA0-articleLarge.jpg?quality=75&auto=webp&disable=upscale"); height:345px; width:450px;
	margin: 20px;
	filter: drop-shadow(0 0 0.75rem #2f0054);
	color: black;
    overflow-wrap: break-word;
}