@import url('https://cdn.jsdelivr.net/npm/computer-modern@0.1.2/index.min.css');

a {
  color: #1772d0;
  text-decoration: none;
}

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

body,
td,
th,
tr,
p,
a {
  font-family: 'Computer Modern Serif', 'Computer Modern Roman', Georgia, 'Times New Roman', serif;
  font-size: 15px;
}

strong {
  font-family: 'Computer Modern Serif', 'Computer Modern Roman', Georgia, 'Times New Roman', serif;
  font-size: 12px;
}

heading {
  font-family: 'Computer Modern Serif', 'Computer Modern Roman', Georgia, 'Times New Roman', serif;
  font-size: 24px;
}

papertitle {
  font-family: 'Computer Modern Serif', 'Computer Modern Roman', Georgia, 'Times New Roman', serif;
  font-size: 14px;
  font-weight: 700
}

name {
  font-family: 'Computer Modern Serif', 'Computer Modern Roman', Georgia, 'Times New Roman', serif;
  font-size: 36px;
}

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

.edu-logo {
  width: auto;
  height: auto;
  display: inline-block;
}

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

.fade {
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

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