@import "compass/css3"; @font-face { font-family: BLKCHCRY; src: url("../fonts/BLKCHCRY.TTF"); } body { background: #3572FF; } p { font-size: 21px; font-family: BLKCHCRY; color: black; } .text-left { max-width: 53em; margin: 0 auto; text-align: left; } a { font-size: 21px; font-family: BLKCHCRY; } a:link { color: white; background-color: transparent; text-decoration: none; /*text-decoration: underline;*/ } a:visited { color: white; background-color: transparent; text-decoration: none; } a:hover { color: yellow; background-color: transparent; text-decoration: underline; } #cardtest { box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); transition: transform 250ms ease-in-out; } #cardtest.rotated { transform: translate(0px, 60px) scale(1.25); box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); } .footer { float: left; } .instructions { max-width: 440px; } #angryaudio { width: 250px; height: 40px; } .btn{ display: inline-block; padding-left: 5px; padding-right: 20px; padding-top: 7px; padding-bottom: 3px; background: #9fe2bf; margin-bottom: 5px; margin-left: 0px; border-radius: 5px; font-size: 21px; @include transition(box-shadow .25s ease); &:after{ content:''; display:inline-block; color: #94a657; background:#fff; padding:3px; border-radius: 50px; height:20px; width:20px; margin-left:8px; padding-left: 4.5px; padding-right:1.5px; } &.playing{ &:after{ padding:3px; content:''; } } }