body {
  margin: 0;
  background: #fafafa;
  color: #383a42;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

p {
  margin: 0;
}

h1 {
  padding: 32px;
  font-weight: regular;
  font-size: 24px;
}

.file-or-folder-icon {
  color: #4078f3;
  padding-right: 8px;
}

.files {
  display: flex;
  flex-wrap: wrap;
}

.file-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.file {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  flex-basis: 250px;
}

.file-name {
  flex-grow: 1;
}

a {
  text-decoration: none;
  color: #383a42;
}

.links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafa88;
  margin: 8px;
  padding: 0 16px;
  box-shadow: 1px 2px 4px rgba(0,0,0,0.5);
  border-radius: 4px;
}