body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:14px;color:#333;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:8px 0}p{margin:0}a{text-decoration:none}.card-container{flex-wrap:wrap;margin-top:16px;width:100%}.card,.card-container{display:flex;justify-content:center}.card{border-radius:4px;border:1px solid #eee;background-color:#fafafa;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:45%;margin:0 8px 16px;padding:16px;flex-direction:row;align-items:center;transition:all .2s ease-in-out;line-height:24px}.card-container .card:not(:last-child){margin-right:0}.card.card-small{height:16px;width:168px}.card-container .card:not(.highlight-card){cursor:pointer}.card-container .card:not(.highlight-card):hover{transform:translateY(-3px);box-shadow:0 4px 17px rgba(0,0,0,.35)}.card-container .card:not(.highlight-card):hover .material-icons path{fill:#696767}.card.highlight-card{background-color:#1976d2;color:#fff;font-weight:600;border:none;width:auto;min-width:30%;position:relative}.card.card.highlight-card span{margin-left:60px}@media screen and (max-width:767px){.card-container>:not(.circle-link),.terminal{width:100%}.card:not(.highlight-card){margin:8px 0}.card.highlight-card span{margin-left:72px}}