



body {
  background-color: black;/* Overall Background color */
  margin-top: auto;
  background-repeat: no-repeat;
  color: red;
}

a:link {
  text-decoration: none;
}



p.serif {
  font-family: "Times New Roman", Times, serif;/* Nice */
  text-decoration: none;
}

p.serif a {
  
  color:red;
  text-decoration: none;
}

p.serif a:hover {
  color:white;
}

/*****/
p.serif2 {
  font-family: "Times New Roman", Times, serif;/* Nice */
}

p.serif2 a {
  
  color: rgba(255, 154, 14, 0.8);
  text-decoration: none;
}

p.serif2 a:hover {
  color:white;
}

  
IMG.centeredCo2Graph {
    margin:auto;
    text-align:center;
}

.center {
    margin: auto;
    width: 60%;
/*    border: 3px solid #73AD21;/**/
/*    padding: 10px;*/
}

IMG.centeredSmall3 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.centeredSmallInstagram {
  width: 4%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width: 700px) {

  IMG.centeredSmall3 {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.centeredSmallInstagram {
  width: 4%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

}

@media only screen and (max-width: 500px) {

  IMG.centeredSmall3 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.centeredSmallInstagram {
  width: 4%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  
}

