@import 'default.css';

body{
  background-color: #eceff1;
}

a{
  color: #005386;
}

*{
  scroll-behavior: smooth;
}

header, h1{
  text-align: center;
}

main{
  margin: 1em;
}

p.quote, q{
  font-family: 'Comic Sans MS';
}

a:link{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

/* Graphics */
img{
  max-width: 100%;
  max-height: 100%;
}

/* Text Decorators */
div.bilingual{
	display: grid;
	padding: 2rem;
	grid-template-columns: 1fr 1fr;	
}

div.translation:first-child{
	padding-inline-end: 1em;
}

div.translation:last-child{
	padding-inline-start: 1em;
}
