body {
    color: white;
    margin: 50px;
    min-width: 500px;
    background-image: url("bg.jpg");
    background-repeat: repeat;
    font-family: "Libertinus Serif", monospace;
}

*{
 font-family: "Libertinus Serif", monospace;
 color: white;
}
@font-face{
	font-family; "Libertinus Serif";
	src: url("./Mononoki.ttf") format("truetype");
	font-weight: lighter;
	font-style normal;
}

hr {
    display: none;
}

.nginx-list {
    min-width: 500px;
    background-color: black;
    padding: 40px 40px;
    border: 2px #ff7a99 dotted;
}

.nginx-list > li {
    display: flex;
    list-style: none;
    line-height: 34px;
    border: 1px #ff7a99 solid;
    padding: 0 10px;
}

.nginx-list > li.back .svg-icon {
    height: 25px;
    margin: 5px 0;
    fill: #ff7a99;
}

.nginx-list > li:hover {
    background-color: black;
    border-color: white;
}

.nginx-list > li .date {
    order: 1;
    flex: 1;
    text-align: start;
    margin-right: 20px;
}

.nginx-list > li .size {
    order: 3;
    flex: 1;
    text-align: end;
    min-width: 75px;
}

.nginx-list > li a {
    order: 2;
    flex: 3;
    margin-right: 20px;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.nginx-list > li a,
.nginx-list > li a:visited {
    text-decoration: none;
    color: white;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.nginx-list > li span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 300px;
    display: inline-block;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;

}
