body {
  background-color: #2E7EF1;
  color: white;
  align-content: center;
  margin-left: 20%;
  margin-right: 20%;
  padding: 40px 40px 40px 40px;
  font-family: "Poppins", sans-serif;
  font-size: large;
  font-weight: bold;
}


#me {
  color:white;
  font-size: 15px;
  font-weight: bold;
  margin-right: 20px;
}

#h1cnt{
  text-align: center;
}

li { 
    color: #2ECFD1; 
}
  

p{
  font-size: 60
}

#hdr{
  align-content: center;
}

#greet {
  font-family: "Poppins", sans-serif;
  font-size:  large;
  border: #302ED1;
  color: white;
  background-color: #303ED1;
  padding: 10px;
  padding-left: 80px;
  border-radius: 25px;
  background-image: url("images/background.gif");
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
}


#who{
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: black;
}

#categories{
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: black;
}

.container {
    font-family: "Poppins", sans-serif;
    font: size 24pt;
}


.color-links a {
  font-size: 24px;
  color: #2ECFD1; 
}

.color-links a:hover { 
  color: #302ED1; 
} 

.color-links a:visited {
   color: white;
}

#sb {
  font-size: 36px;
  font-weight: bold;
}



#footer {
  color: white;
  font-size: 50%;
  text-align: center;
  line-height: normal;
  margin-top: 30px;
  font-weight: bold;
}


#about {
  color:white;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}