a {
  color: #0074E1;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #ff0066;
  text-decoration: none;
}

body,
td,
th,
tr,
p,
a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

strong {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

heading {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
}

papertitle {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

name {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
}

.one {
  width: 160px;
  height: 160px;
  position: relative;
}

.two {
  width: 160px;
  height: 160px;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
}

.fade {
  transition: opacity 0.2s ease-in-out;
}

span.highlight {
  background-color: #ffffd0;
}

.header {
  overflow: hidden;
  background-color: white;
  padding: 10px;
}

.header a {
  float: left;
  color: #0074E1;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: white;
  color: #ff0066;
}

.header-right {
  float: right;
}

button.button1 {
  background-color: #FFFFFF;
  border: none;
  color: #0074E1;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  margin: 0 0.3em 0.3em 0;
}

button.button1:hover {
  color: #ff0066;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.5em;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}
