a#mollyjogger {
    display: block;
    width: 75%;
    margin: auto;
    margin-top: 30%;
    padding-top: 10px;
    height: 60px;
    background-color: darkolivegreen;
    color: floralwhite;
    text-decoration: none;
    font-family: 'Satisfy', cursive;
    font-size: 2rem;
    border-radius: .2rem;
    transition: all .5s;
}

a#mollyjogger:hover {
    border: 2px darkolivegreen solid;
    color: darkolivegreen;
    background-color: transparent;
}

a#nerf {
    display: block;
    color: darkorange;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: -.8rem;
    margin-top: 30%;
    transition: .5s;
}

a#nerf:hover {
    letter-spacing: 0rem;
    color: orangered;
}

a#electra {
    display: block;
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    background-color: cadetblue;
    color: aliceblue;
    text-decoration: none;
    padding: 1rem;
    margin: 30% auto;
    width: 8rem;
    font-weight: 800;
    border-radius: .5rem;
    transition: all .5s;
}

a#electra:hover {
    transform: translateX(3rem);
    opacity: 0;
}

a#garden {
    display: block;
    text-transform: uppercase;
    position: relative;
    font-size: 4rem;
    text-decoration: none;
    font-family: 'Jomhuria', cursive;
    line-height: 1.8rem;
    color: darkgreen;
    margin-top: 30%;
    transition: color .5s;
}

a#garden i {
    position: absolute;
    font-size: 1rem;
    bottom: 5.3rem;
    left: 12.5rem;
    transition: transform 1s;
}

a#garden:hover {
    color: darkseagreen;
}

a#garden:hover i{
    transform: rotate(15deg) scale(1.2);
    transform-origin: bottom left;
}

a#instagram {
    display: block;
    font-size: 4rem;
    color: black;
    margin: 30% auto;
    width: 4rem;
    border-radius: .8rem;
}

a#instagram:hover {
    background-image: linear-gradient(135deg, #d232ff 0%,#ea2e2e 45%,#f2832e 71%,#f7d82a 100%);
    color: white;
}

a#army {
    display: block;
    text-align: center;
    color: black;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -.1rem;
    margin-top: 10%;
    transition: all .2s;
}

a#army i{
    color: transparent;
    font-size: 4rem;
    transition: all .5s
}

a#army:hover {
    color: gold;
}

a#army:hover i{
    -webkit-text-stroke: .2rem gold;
    color:white;
}

a#cc img{
    display: block;
    margin: auto;
    width: 50%;
    margin-top: 20%;
    transition: all 1s;
}

a#cc img:hover{
    transform: scale(1.2);
}

a#apple {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 4rem;
    width: 4rem;
    padding: 1rem;
    margin: auto;
    margin-top: 30%;
    border-radius: .4rem;
}

a#apple:hover {
    color: gray;
    border: 1px solid gray;
}

a#fore {
    display: block;
    color: navy;
    text-decoration: none;
    font-family: 'Gidugu', sans-serif;
    font-size: 3rem;
    margin-top: 30%;
}

a#fore i{
    font-size: 2rem;
    transition: all 1s;
}

a#fore:hover i{
    transform: translate(1rem,-1rem);
    color: transparent;
}

a#ny {
    display: block;
    margin-top: 30%;
    font-family: 'Forum', cursive;
    text-align: center;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 10px;
    color: black;
}

a#ny p{
    font-size: 1rem;
}

a#ny:hover {
    font-weight: 800;
}

a#cn {
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 30%;
    width: 8rem;
    font-size: 4rem;
    font-weight: 800;
    text-decoration: none;
}

a#cn div {
    width: 4rem;
    vertical-align: middle;
    text-align: center;
}

#c {
    background-color: black;
    color: white;
}

#n {
    background-color: white;
    color: black;
}

a#cn:hover #c {
    background-color: white;
    color: black;
}

a#cn:hover #n {
    background-color: black;
    color: white;
}

a#dime {
    display: block;
    background-color: maroon;
    color: floralwhite;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 800;
    padding: .5rem;
    width: 200px;
    margin:auto;
    text-align: center;
    border-radius: 10px;
    border: 10px solid firebrick;
}

a#dime i {
    font-size: 4rem;
    color: firebrick;
}

a#dime:hover {
    text-shadow: 0 0 1rem floralwhite;
}

a#dime:hover i {
    color: floralwhite;
}

a#hsn {
    display: flex;
    background-color: cornflowerblue;
    color: white;
    width: 7rem;
    aspect-ratio: 1 / 1;
    border-radius: 4rem;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 2.5rem;
    font-weight: 800;
    text-decoration: none;
    margin-top: 20%;
}

a#hsn:hover {
    background-color: royalblue;
}

a#fitbit {
    display: block;
    color: steelblue;
    text-decoration: none;
    font-weight: 200;
    font-size: 2rem;
    margin-top: 30%;
}

a#fitbit:hover {
    font-size: 2.2rem;
}

a#fitbit:hover::before {
    content: "•";
}

a#fitbit:hover::after {
    content: "•";
}

a#fb {
    display: block;
    margin: auto;
    margin-top: 30%;
    font-size: 4rem;
    color: darkslateblue;
    width: 4rem;
    transition: all .5s;
    border-radius: .5rem;
}

a#fb:hover {
    background-color: darkslateblue;
    border: 2px solid darkslateblue;
    color: white;
}

a#ek {
    display: block;
    color:black;
    font-family: 'Nerko One', cursive;
    font-size: 1.8rem;
    margin-top: 30%;
    text-decoration: none;
    transition: all .3s;
}

a#ek:hover {
    font-size: 2rem;
    text-shadow: 0 0 .5rem orange;
    color: maroon;
}

a#colorrun {
    display: block;
    width: 5rem;
    margin: auto;
    margin-top: 30%;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    padding: .5rem;
    color: black;
}

a#colorrun:hover {
    background: linear-gradient(to bottom, #c62727 0%,#ceb527 50%,#207cca 100%);
    color: white;
}

a#ibm {
    display: block;
    color: dimgray;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    margin: auto;
    margin-top: 30%;
    font-size: 4rem;
    transition: all .4s;
}

a#ibm:hover {
    font-weight: 900;
    color: black;
    border: 2px solid black;
}

a#stjude {
    display: block;
    color: rebeccapurple;
    text-decoration: none;
    font-size: 2rem;
    margin-top: 30%;
    font-family: serif;
    font-weight: 500;
}

a#stjude:hover {
    color: mediumpurple;
}

a#stjude:hover i {
    transform: scale(1.2);
}

a#lyft {
    display:block;
    color: magenta;
    font-weight: 1000;
    font-size: 3rem;
    letter-spacing: -5px;
    text-decoration: none;
    margin-top: 30%;
}

a#lyft:hover {
    text-shadow: 0 0 .5rem magenta;
}