#header {
  padding-bottom: 70px;
}

#total {
  position: relative;
  min-height: 100vh;
}

#excfoot {
  padding-bottom: 80px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
}

body {
  background-color: #EAF6F6;
  font-family: helvetica, sans-serif;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  margin-top: 20px;
  text-align: center;
  color: #66BFBF;
}

h3 {
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  margin-top: 20px;
  text-align: center;
  color: green;
}

h4 {
  font-family: 'American Typewriter', sans-serif;
  color: purple;
}

.email {
  color: #278BD8;
  padding-top: 20px;
  margin-left: 15px;
}

.table {
  color: #CE314B;
}

.insti {
  text-decoration: none;
  color: purple;
}

.insti:hover {
  color: green;
}

.indisp {
  width: 30%;
  height: auto;
}

.Copyright {
  color: gray;
}

.write {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
  color: #278BD8;
}

.options {
  margin-left: 40px;
  margin-right: 40px;
  color: #AF2B60;
}

.web {
  text-decoration: none;
  color: magenta;
}

.web:hover {
  color: purple;
}

.profilepic {
  cursor: pointer;
  bottom: 5%;
  left: 145%;
  display: block;
  margin: auto;
  margin-top: 10px;
  border-radius: 50%;
}
