

html, body {
  padding: 0;
  margin: 0;
  background-color: rgb(7, 180, 143);
  font-family: Arial, sans-serif;
  overflow-y: hidden;
  overflow-x: hidden;
}

h1{ margin-left: 15px;
    font-weight: bold;
    color:white
}

p{
    text-align: center;
    color:white
}

table, th, td {
  border: 3px solid White;
  border-collapse: collapse;
  width: 50%;
  margin: auto;
  border: radius 6px;
}

#img1{
    border: 2px solid white;
    border-radius: 10%;
    position: absolute;
    bottom:20px;
    right: 5px;
    }

#ironMan{
    border-radius: 10%;
    top: 60px;
    margin-left: 60%;
    display: inline;
    
    }
    #blondie{
    border-radius: 10%;
    top: 60px;
    margin-left: 35%;
    display: inline;
    
    }
footer {
      position: absolute;
      bottom: 0px;
      right: 0px;
      font-size: 0.9em;
      color: white;
    } 
 #navFooter {
      width: 100%;
      height: 40px;
      margin: 0 auto;
      background-color: teal;
      position: fixed;
      bottom: 0%;
      z-index: -1; 
    }

#links {
      background-color: teal;
      text-decoration: none;
      text-align: left;
      font-weight: 700;
      margin: 0px;
      padding: 15px;
      width: 100%;
      height: 10px;
      position: fixed;
      top: 0;
    }  
    
.projects-container {
  display: flex;          /* Puts list + image in a row */
  align-items: flex-start; /* Align top edges */
  margin: 20px;
}

    