@font-face {
  font-family: "Wedding Bells";
  src: url('fonts/wedding-bells.ttf');
}

body {
  margin: auto;
  width: 850px;
  text-align: center;
  background: url(images/background.png) repeat white top left;
}

p {
  font-family: "Bookman Old Style";
  font-variant: small-caps;
  text-align: center;
  line-height: 1em;
  font-size: 1.5em;
}

h1 {
  font-family: "Wedding Bells";
  margin-top: 30px;
  font-size: 4em;
  color: #2b9ed8;
}

.container {
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #eee;
  color: #777;
  box-shadow: 0 0 10px #aaa;
  text-shadow: 0 0 3px #ccc;
  border-radius: 80px;
}

.date {
  font-size: 3em;
  line-height: 2em;
  color: #1d7baa;/* #c67005; */
  display: inline-block;
  border-radius: 30px;
  border: 10px double #ddd;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Wedding Bells";
}

.container a {
  color: inherit;
  text-decoration: underline;
}

.container img {
  border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
  max-width: 600px;
}

.menu {
  font-family: "Wedding Bells";
  font-size: 2em;
  padding: 30px;
  color: #777;
}

.menu a {
  text-decoration: none;
  color: #777;
}

.text p {
  text-align: justify;
  font-variant: normal;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.citation {
  text-align: center !important;
}

table.majors {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

hr {
  margin-top: 60px;
  margin-bottom: 40px;
}