@import 'https://fonts.googleapis.com/css?family=Cinzel:400,700';
body {
  font-family: 'Cinzel', serif;
  background-color: #0D6586;
  font-size: 20px;
}

a, a:visited {
  color: #052530;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #fff;
}

p {
  color: #052530;
}

.container {
  width: 70%;
  margin-left: 15%;
  color: #D1F2FF;
}

#shift {
  width: 100%;
}

#textInput,
#textOutput {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  color: #D1F2FF;
  padding: 5px;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  line-height: 130%;
  min-height: 60px;
  border: 1px solid #052530;
}