section{
 background: linear-gradient(-90deg, red, yellow); /* Standard syntax */
}

h1{
  font-size: 60px;
  font-family: calibri;
  color: #2c2ca0;
  text-align: center;
  text-shadow: black;
  }
h2{
  font-family: Georgia;
  font-size: 35px;
  text-align: center;
  color: purple;
  }


p{
  font-family: sans-serif;
  color: #ec2989;
  font-size: 30px;
  }

.intro{
  display: block;
  margin: auto;
  border-color: black;
  border-style: solid;
  border-width: medium;
  border-radius: 50%;
  height: 150px;
  width: 140px;
  }


.icon{
  margin: auto;
  text-align: center;
  border-color:  green;
  border-style: solid;
  width: 45%;
  }

ul{
  text-align: center;
  width:70%;
  margin: auto;
  }

li{
  font-family: sans-serif;
  font-size:20px;
  color: #b113ab;
  text-align: center;
  }

.skills{
  display: block;
  margin: auto;
  width: 70%;
  }

.vulture{
  font-family: Georgia;
  font-size: 15px;
  width: 50%;
  margin: auto;
  }
/*div {
  font-size: 15px;
    width: 50px;
    -webkit-transition: width 2s; /* Safari 3.1 to 6.0
    transition: width 2s;
}

div:hover {
    width: 300px;
    font-size=50px;
    background-color: blue;
}*/


/*
border-color = black;
border-radius: 30;
border-style: solid;
border-width: medium;
}
*/
