.Headings{
    color:white;
        display: flex;
    
        flex-direction: space-around;
    
        flex-wrap:wrap;
    
        justify-content: space-around;
    
        font-family:'calibri';
    
    
        
    
        border-width: 10px;
    
        
    }

    body{

        background-color: black;

        color:white;
    }

.MainHeading{

    background-color: darkslategrey;

    border-radius: 20px;

    border-color: turquoise;

    border-width: medium;
}

.Title{

    display: flex;

    justify-content: center;
    color: white;

    align-items: center;
}

.Basic_Info{

    display: flex;

    justify-content: center;

    font-size: larger;

    color: white;

}

li{

    margin: 10px 0;

    font-family: 'Calibri';
}

h4{

    font-weight: normal;
   
}

h3{

    text-decoration: underline;
}

#Interests ul{

    list-style: initial;

    
}

#Interests li{


    display: inline;

}
@-webkit-keyframes hvr-pulse-grow {
    to {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  @keyframes hvr-pulse-grow {
    to {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  .hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: white;
  }
  .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }

