* {
   margin: 0;
   padding: 0;
   /*border: 1px solid red;*/
}

body {
   background-color: #000;
   color: #f6f6f6;
   font-family: sans-serif;
   font-size: 16px;
   
   touch-action: pan-y;
}

.folder-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   row-gap: 20px;
}

.folder {
   display: flex;
   flex-direction: column;
   padding: 10px;
   align-items: center;
}

button {
   margin: 25px 17px;
   padding: 10px 20px;
   border-radius: 10px;
   font-size: 16px;
}
