.record-button{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:1rem}.recordings-list li{display:flex;justify-content:space-between;align-items:center}.main-page{min-height:100vh}.main-page .content{min-height:80vh}.main-page .card{max-width:950px;width:100%}.main-page .config-button{margin-top:1rem;margin-left:1rem}@media(min-width:768px){.main-page .config-button{position:fixed;bottom:2rem;left:2rem}}.main-page .reset-button{margin-top:1rem;margin-left:1rem}@media(min-width:768px){.main-page .reset-button{position:fixed;bottom:2rem;right:2rem}}.main-page .footer{text-align:center}@media(min-width:768px){.main-page .footer{position:fixed;bottom:1rem;left:50vw;transform:translateX(-50%)}}