/* 
                 _..--+~/@-~--.
             _-=~      (  .   "}         _   __  __   _
          _-~     _.--=.\ \""""    )\/) /_) )_  / _  /_) )\ ) 
        _~      _~       \ \_\    (  ( / / (__ (__/ / / (  (                
       _~     _~          '--'
      =      _=               :      :       ____                   
___  |      ;                            ____ '~--.~.
     ;      ;  MAEGAN BY MAEGAN             _____  } |
  ___=       \ ___ __     __..-...__           ___/__/__
     :        =_     _.-~~          ~~--.__
_____ \         ~-+-~                   ___~=_______
     ~@#~~ == ...______ __ ___ _--~~--_
                                                    =
*/

body {
  background-color: coral;
  text-align: center;
}

h1 {
  font-family: "Courier New", serif; 
  color: yellow;
  font-size: 50pt;
  text-align: center;
}

h2 {
  font-family: "Courier New", sans-serif;
  color: lime;
  font-size: 35pt;
  text-align: center;
}

h3 {
  font-family: "helvetica", sans-serif;
  color: aqua;
  font-size: 25pt;
  text-align: center;
}

h4 {
  font-family: "Courier New", serif; 
  color: indigo;
  font-size: 15pt;
  text-align: center;
}


ul {
  list-style-type: none;
  text-align: center;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
    background-color: coral;
    color: coral;
}

.project-one-research {
  text-align: center;
  background: yellow;
}




