* {
  box-sizing: border-box;
}
body {
  color: rgb(0, 183, 255);
  background-image: url(/pics/composer.svg);
  background-repeat: no-repeat;
  background-position: 98% 10px;
  background-size: 55px;
  font-family: 'Quicksand';
  font-weight: 400;
}

h1,
h2,
p {
  color: hsl(196, 97%, 31%);
}
h2 {
  font-size: 1.6rem;
  /* font-family: sans-serif; */
}
a {
  color: rgb(128, 23, 0);
  text-decoration: none;
}
.directory {
  /* font-family: Barlow; */
  font-weight: 500;
}
table tr td a:visited {
  text-decoration: underline;
  color: hsl(196, 97%, 31%);
}
a:hover {
  color: hsl(196, 97%, 31%);
  text-decoration: underline;
}
.parent-dir-font {
  font-size: 1em;
}
table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  border-spacing: 2px 1px;
}
th {
  background-color: rgb(128, 23, 0, 0.1);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 1.1em;
}
th {
  border-bottom: 2px solid rgb(128, 23, 0);
}
tr:nth-of-type(2n + 3) {
  background-color: rgba(135, 142, 183, 0.2);
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
tr:nth-of-type(2n + 3) {
  border-left: 1px solid rgb(128, 23, 0, 0.5);
  border-right: 1px solid rgb(128, 23, 0, 0.5);
}
td {
  text-align: left;
  padding: 5px 0 2px 10px;
  color: hsl(196, 97%, 31%);
}
td.mod {
  font-family: "Monospace";
}
table th a,
table th a:visited,
footer a,
footer a:visited {
  color: black;
}
table th a:hover,
table th a:active,
footer a:hover,
footer a:active {
  color: hsl(196, 97%, 31%);
  text-decoration: none;
}
footer {
  border-top: 1.5px solid rgb(128, 23, 0);
}
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.container div {
  align-items: center;
  color: hsl(196, 97%, 31%);
}
.img_logo {
  font-size: 0.9em;
}
.img_logo img {
  margin-bottom: -4px;
}
.arrow {
  align-self: center;
  font-size: 2em;
}
.copyright {
  font-size: 0.9em;
  cursor: pointer;
}
.copy {
  font-size: 0.6em;
}
