@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{background-color:#ebebeb}.App{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:0 2em 2em}.resources{grid-gap:1.5em;align-items:flex-start;display:grid;gap:1.5em;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-template-columns:1fr;width:100%}a{display:inline-block;max-width:100%;overflow:hidden;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.header{align-items:flex-end;align-items:center;background-color:#181818;display:flex;flex-direction:row;font-weight:700;gap:2em;justify-content:flex-start;padding:2em;width:100%}.header,.header a{color:#ebebeb}.logo img{height:auto;width:100%}.resource{background-color:#181818;border-radius:8px;color:#ebebeb;display:flex;flex-direction:column;gap:1em;padding:1.5em}.resource h1{align-items:center;display:inline-flex}.details{grid-gap:2em;display:grid;gap:2em;grid-area:details;grid-auto-rows:1fr;grid-template-columns:auto 80px}.details a{color:#ebebeb}.details h1,.details p{margin:0}.personal{gap:1em}.actions,.personal{align-items:center;display:flex;flex-direction:row}.actions,.actions button{justify-content:center}.actions button{align-items:center;background-color:transparent;border:0;border-radius:4px;color:#fff;display:inline-flex;font-size:large;font-weight:700;gap:.5em;text-align:center}.actions button svg{color:#ebebeb;transition:all 1s}.actions button svg.rotate{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.actions button:hover{cursor:pointer}
/*# sourceMappingURL=main.551e19cf.css.map*/