#files{
    background: #243449;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../image/bachsvgheroku.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.Files{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 21rem));
    grid-gap: 1rem 0.6rem;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
}
section.container {
    background: #fff;
    padding: 1%;
    border-radius: 5px;
    height: 100%;
    min-height: 200px;
    box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.File section h3{
    color: #243449;
    font-size: 28px;
    font-weight: 600;
}
.File section{
    display: flex;
    justify-content: space-between;
    background: #f9fafb;
    min-height: 100px;
}
.File section span{
    color: #545c7f;
    font-size: 14px;
    font-weight: 600;
    width: 80px;
}
.File div{
    margin: 1%;
}
.File div a{
    font-size: 20px;
    font-family: inherit;
    letter-spacing: 2.6px;
    color: #b5bcc1;
    text-decoration: none;
    padding: 4px;
    border-radius: 20px;
    border: solid 1px #fff;
}
.File div a:hover{
    border: solid 1px;
}
.File h6{
    color: #1f2837;
    font-size: larger;
    font-weight: 600;
    font-family: monospace;
    margin: 2%;
}
#files h1{
    text-align: center;
    color: #fff;
    font-size: 45px;
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: arboria,sans-serif;
    font-weight: 600;
    line-height: 40px;
    height: 100px;
  }