body {
    background-color: #777 !important;
    transition: padding 2s;
}

body * {
    cursor: auto;
}

a {
    cursor: pointer;
}

@media only screen and (min-width: 1600px) {
    body {
        padding: 3vh 5vw;
    }
}

main {
    position: absolute;
    background-color: #f1f1f1;
    padding: 3rem 3rem;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    box-shadow: 0 0 1px rgb(53 72 91 / 7%),
        0 2px 2px rgb(0 0 0 / 1%), 0 4px 4px rgb(0 0 0 / 2%),
        0 10px 8px rgb(0 0 0 / 3%), 0 15px 15px rgb(0 0 0 / 3%),
        0 30px 30px rgb(0 0 0 / 4%), 0 70px 65px rgb(0 0 0 / 5%);
    max-width: 1260px;
}

.movable {
    cursor: move;
}

.heading-caps {
    text-transform: uppercase;
}

.heading-w-divider {
    overflow: hidden;
}

.heading-w-divider:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }

.name {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 0.1em;
}

.tags-container {
    margin-bottom: 1rem;
}