body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #113745;
  color: #edeff2;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.left-align-head {
text-align: left;
margin: 10;
padding: 10;
position: fixed;
top: 0;
z-index: 1000;
}

.container {
  width: 80%;
  margin: auto;
  padding-top: 60px;
  flex-direction: 1 0 auto;
}

.section {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.footer {
  margin-top: auto;
  text-align: center;
}
