body {
  font-family: 'Lato', sans-serif;
  background-color: #eee;
}

.container {
  background-color: white;
  padding: 20px;
}

.header {
  width: 100%;
  display: flex;
  height: 120px;
  margin-bottom: 15px;
  align-items: center;
}

.header .logo-container {
  height: 100%;
  width: 15%;
}

.header .logo-container .logo {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.header .headline {
  text-transform: uppercase;
  color: #777;
  font-size: 2em;
}


.questions {
  padding-top: 20px;
}


.inline {
  display: flex;
}

.inline div {
  width: 50%;
}

.inline div:first-child {
  padding-right: 10px;
}

.inline div:last-child {
  padding-left: 10px;
}

.pasfoto {
  margin-top: 20px;
  width: auto;
  height: 100px;
}

input[type="submit"] {
  margin-top: 20px;
}

#logout {
  flex-grow: 1;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}
