.heading h1 {
    text-align: left;
    margin-top: -4px;
    font-family: cursive;
      margin: auto;
    width: 60%;
    padding: 10px;
    color: black;
    font-style: oblique;

}
.titleborder {
    border:  2em lightblue double;
    background-color: green;
    border-radius: 2em;
}
.heading p {
    border: 2px white solid;
    border-radius: 3em;
    background-color: lightgrey;
    padding: 2px -1px 1px 20em;
    display: inline-block;
    float: right;
}
div h1 {
    text-transform: capitalize;
    margin-left: 90px;
}
.btnbtn-defaultnavbar-btn {
    padding: 2px 9em 1px 1em;
    color: red;
    text-align:center;
    background-color: black;
    display: inline;
    font-family: Impact;
    font-size: 18px;
}
.navv {
    background-color: lightblue;
    padding: 10px;
    opacity: .7;
}
.aboutme {
    border: 2px grey solid;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    font-family: Times;
    font-size: 18px;
    background-color: lightgrey;
    border-radius: 1em;
    opacity: .8;
}
.aboutme span {
    font-weight: bold;
    font-style: oblique;
    font-size: 20px;
}
.img {
    border-radius: 50%;
    background-size: cover;
}
table tr td {
    border: 1px black solid;
    background-color: yellow;
    opacity: .8;
}
li {
    text-transform: capitalize;
    font-family: Times;
    font-size: 18px;
}
ul {
    font-weight: bold;
    font-size: 20px;
    font-style: oblique;
    font-family: cursive;
}
table {
    font-size: 20px;
    margin-left: 20px;
    
}
.container {
    background-image: url("https://media.giphy.com/media/qq5gwamAHVofm/giphy.gif");
    background-size: cover;
}
th {
    background-color: pink;
    border-radius: 20px;
}
.littlebuddy1 {
    position: fixed;
    float: left;
    
}
.littlebuddy2 {
    position: fixed;
    margin-left: 1160px;
    float: right;
}