body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f5f5f5;  /* light grey edges */
}

/* Headings inherit the sans-serif body font */
h1 {
  font-family: inherit;
}

.wrapper {
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px 24px 28px 24px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  position: relative;
}

.error {
  color: #b00020;
  font-size: 14px;
  margin-bottom: 10px;
}

.top-bar {
  text-align: right;
  margin-bottom: -16px;
  font-size: 13px;
}

.intro {
  font-size: 14px;
  margin-bottom: 12px;
}

.cross-nav {
  position: absolute;
  top: 10px;
  right: 10px; 
}

.cross-btn{
height: 35px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 12px;
line-height: 35px;
box-sizing: border-box;
background: #eee;
color: #333;
border: 1px solid #aaa;
border-radius: 4px;
text-decoration: none;
font-size: 14px;
font-weight: 400;
font-family: inherit;
filter: grayscale(100%);
}


.footer-logout {
  margin: 160px 0 10px 0;
  text-align: center;
  font-size: 13px;
}

.footer-logout a {
  color: #555;
  text-decoration: none;
}

.footer-logout a:hover {
  text-decoration: underline;
}
