.navbar {
    background-color: rgb(132, 0, 255);
    border-bottom: solid white 2px;
}

.filesContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 750px;
    border: solid white 2px;
    border-radius: 12px;
    margin-top: 20px;
    margin: 50px auto;
    background-color: rgb(132, 0, 255);
    padding-top: 35px;
    padding-bottom: 35px;
}


.file {
    border: solid white 2px;
    border-radius: 12px;
    margin: 10px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.noFiles {
    color: white;
    font-size: 28px;
    font-weight: bold;
}