body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #2b2b2b;
}
h1.ams {
  color: #281512;
  font-style: italic;
  font-family: Homemade Apple;

}
.title {
  font-size: 150%;
}
.bold {
  font-weight: bold;
  font-size: 150%;
}
h1.amsphotos {
  color: #2b2b2b;
}
.first-letter {
  font-size: 200%;
  color: #ee0e0e;
}
.first-letterh {
  font-size: 200%;
  color: #667716;
}

.sunday {
  font-size: 120%;
  color: #ee0e0e;
}

.global
{
  display:flex;
  width:100%;
}
.global.left, .global.right
{
  display: inline-block;

}
.global.left
{
  float:left;
  width:50%;
}
.global.right
{
  margin-left:50%;
}
.vertical-center {
  margin: 2px;
}
.container {
  text-align: center;
}
.sadapted{
  width : 100%;
  height : 100%;
  border: 3px solid red;
}
.pause {
  font-size: 300%;
  color: #64bf27;
}
.center {
  margin: auto;
  width: 90%;
  padding: 10px;
}

