#heading {
    position: relative;
    padding: 15px;
}

#name{
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size: 60px;
}

#heading > #ht{
    border: none;
    width: 100%;
    padding: 0;
    border-spacing: 0;
}

body{
    max-width: 1200px;
    margin: auto;
    background-color:beige;
}

hr{
    height: 1px;
    width: 100%;
    background-color: black;
}

#desc{
    font-size: 20px;
    text-align: justify;
}

#edu{
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    font-size: 17px;
}

.center {
    margin-left: auto;
    margin-right: auto;
  }

thead{
    background-color: black;
    color: white;
    font-size: 22px;
}

#edutd{
    border: 2px solid black;
    padding: 2vh;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    font-weight: 900;
  }
  