img {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  min-height: 10em;
  height: 100vh;
  background-image: url(/images/background.jpg);
  background-size: cover;
  background-position: center top;
  color: #888;
  font-family: -apple-system, BlinkMacSystemFont,  "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",  "Fira Sans", "Droid Sans", "Helvetica Neue",  sans-serif;
  line-height: 1.75;
}

.content {
  max-width: 60em;
  background-color: rgba(255, 255, 255, 0.77);
  border-radius: 0.125em;
  overflow: hidden;
  padding: 2em;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.5);
  margin: 2em 1em 1.5em;
}

h1 {
  font-weight: 300;
  font-size: 1.75em;
  margin-top: 0;
  color: #333;
}

h2 {
  font-weight: 200;
  font-size: 1.3em;
  margin-top: -5px;
}
h3{
  font-size: 22px;
}
.head{
  margin-bottom: 20px;
}

.loading-icon{
  font-size: 900%;
  margin-top: 10%;
  color: #fff;
}

.progress {
  height: 10px;
}

.project-heading {
  font-size: 16px;
}
