@charset "UTF-8";
* {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h1, h2, p {
  text-align: center;
  color: #292929;
}

h1, h2 {
  font-family: "Roboto Slab", serif;
  margin: 10px 0;
  line-height: 1.2em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

p {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
}

form {
  width: 100%;
  min-width: 350px;
  margin-top: 20px;
}

.has-error input {
  border-bottom: 2px solid #FF6E00;
  color: #FF6E00;
}

.has-error .help-block {
  color: #FF6E00;
}

input {
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  border: 1px solid #318692;
  border-radius: 5px;
  font-size: 14px;
}
input[type=submit] {
  background-color: #318692;
  cursor: pointer;
}
input + input:not(.button) {
  margin-top: 10px;
}
input::placeholder {
  font-size: 14px;
  color: #D2D2D2;
  font-weight: 300;
}
input:focus {
  outline: none;
  border: 2px solid #318692;
}
input.error {
  background-image: url("../../img/warning.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) calc(50% - 1px);
  background-size: 15px;
}

#error_text {
  position: absolute;
  bottom: -30px;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  text-align: center;
}

.snackbar_wrapper {
  position: fixed;
  right: 0;
  bottom: 60px;
  transform: translate3d(100%, 0, 0);
  z-index: 1000;
}
.snackbar_wrapper.slideIn {
  animation: slideIn;
  animation-duration: 300ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.snackbar_wrapper.slideOut {
  animation: slideOut;
  animation-duration: 300ms;
  animation-play-state: running;
  animation-timing-function: ease-out;
}
.snackbar_wrapper .snackbar {
  position: relative;
  display: flex;
  vertical-align: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  color: #fff;
  background: #FF6E00;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  z-index: 1000;
}

@keyframes slideIn {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
/**
 * Colors
 **/
/**
 * Math
 **/
/**
* Mixins
**/
/**
 * Fontface / Fonts
 **/
/**
  * Hyphens
  **/
/**
 * Abstract helpers
 **/
@font-face {
  font-family: "Socicon";
  src: url("/assets/fonts/socicon/Socicon.eot?87visu");
  src: url("/assets/fonts/socicon/Socicon.eot?87visu#iefix") format("embedded-opentype"), url("/assets/fonts/socicon/Socicon.woff2?87visu") format("woff2"), url("/assets/fonts/socicon/Socicon.ttf?87visu") format("truetype"), url("/assets/fonts/socicon/Socicon.woff?87visu") format("woff"), url("/assets/fonts/socicon/Socicon.svg?87visu#Socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=socicon-], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Socicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-eitaa:before {
  content: "";
}

.socicon-soroush:before {
  content: "";
}

.socicon-bale:before {
  content: "";
}

.socicon-zazzle:before {
  content: "";
}

.socicon-society6:before {
  content: "";
}

.socicon-redbubble:before {
  content: "";
}

.socicon-avvo:before {
  content: "";
}

.socicon-stitcher:before {
  content: "";
}

.socicon-googlehangouts:before {
  content: "";
}

.socicon-dlive:before {
  content: "";
}

.socicon-vsco:before {
  content: "";
}

.socicon-flipboard:before {
  content: "";
}

.socicon-ubuntu:before {
  content: "";
}

.socicon-artstation:before {
  content: "";
}

.socicon-invision:before {
  content: "";
}

.socicon-torial:before {
  content: "";
}

.socicon-collectorz:before {
  content: "";
}

.socicon-seenthis:before {
  content: "";
}

.socicon-googleplaymusic:before {
  content: "";
}

.socicon-debian:before {
  content: "";
}

.socicon-filmfreeway:before {
  content: "";
}

.socicon-gnome:before {
  content: "";
}

.socicon-itchio:before {
  content: "";
}

.socicon-jamendo:before {
  content: "";
}

.socicon-mix:before {
  content: "";
}

.socicon-sharepoint:before {
  content: "";
}

.socicon-tinder:before {
  content: "";
}

.socicon-windguru:before {
  content: "";
}

.socicon-cdbaby:before {
  content: "";
}

.socicon-elementaryos:before {
  content: "";
}

.socicon-stage32:before {
  content: "";
}

.socicon-tiktok:before {
  content: "";
}

.socicon-gitter:before {
  content: "";
}

.socicon-letterboxd:before {
  content: "";
}

.socicon-threema:before {
  content: "";
}

.socicon-splice:before {
  content: "";
}

.socicon-metapop:before {
  content: "";
}

.socicon-naver:before {
  content: "";
}

.socicon-remote:before {
  content: "";
}

.socicon-internet:before {
  content: "";
}

.socicon-moddb:before {
  content: "";
}

.socicon-indiedb:before {
  content: "";
}

.socicon-traxsource:before {
  content: "";
}

.socicon-gamefor:before {
  content: "";
}

.socicon-pixiv:before {
  content: "";
}

.socicon-myanimelist:before {
  content: "";
}

.socicon-blackberry:before {
  content: "";
}

.socicon-wickr:before {
  content: "";
}

.socicon-spip:before {
  content: "";
}

.socicon-napster:before {
  content: "";
}

.socicon-beatport:before {
  content: "";
}

.socicon-hackerone:before {
  content: "";
}

.socicon-hackernews:before {
  content: "";
}

.socicon-smashwords:before {
  content: "";
}

.socicon-kobo:before {
  content: "";
}

.socicon-bookbub:before {
  content: "";
}

.socicon-mailru:before {
  content: "";
}

.socicon-gitlab:before {
  content: "";
}

.socicon-instructables:before {
  content: "";
}

.socicon-portfolio:before {
  content: "";
}

.socicon-codered:before {
  content: "";
}

.socicon-origin:before {
  content: "";
}

.socicon-nextdoor:before {
  content: "";
}

.socicon-udemy:before {
  content: "";
}

.socicon-livemaster:before {
  content: "";
}

.socicon-crunchbase:before {
  content: "";
}

.socicon-homefy:before {
  content: "";
}

.socicon-calendly:before {
  content: "";
}

.socicon-realtor:before {
  content: "";
}

.socicon-tidal:before {
  content: "";
}

.socicon-qobuz:before {
  content: "";
}

.socicon-natgeo:before {
  content: "";
}

.socicon-mastodon:before {
  content: "";
}

.socicon-unsplash:before {
  content: "";
}

.socicon-homeadvisor:before {
  content: "";
}

.socicon-angieslist:before {
  content: "";
}

.socicon-codepen:before {
  content: "";
}

.socicon-slack:before {
  content: "";
}

.socicon-openaigym:before {
  content: "";
}

.socicon-logmein:before {
  content: "";
}

.socicon-fiverr:before {
  content: "";
}

.socicon-gotomeeting:before {
  content: "";
}

.socicon-aliexpress:before {
  content: "";
}

.socicon-guru:before {
  content: "";
}

.socicon-appstore:before {
  content: "";
}

.socicon-homes:before {
  content: "";
}

.socicon-zoom:before {
  content: "";
}

.socicon-alibaba:before {
  content: "";
}

.socicon-craigslist:before {
  content: "";
}

.socicon-wix:before {
  content: "";
}

.socicon-redfin:before {
  content: "";
}

.socicon-googlecalendar:before {
  content: "";
}

.socicon-shopify:before {
  content: "";
}

.socicon-freelancer:before {
  content: "";
}

.socicon-seedrs:before {
  content: "";
}

.socicon-bing:before {
  content: "";
}

.socicon-doodle:before {
  content: "";
}

.socicon-bonanza:before {
  content: "";
}

.socicon-squarespace:before {
  content: "";
}

.socicon-toptal:before {
  content: "";
}

.socicon-gust:before {
  content: "";
}

.socicon-ask:before {
  content: "";
}

.socicon-trulia:before {
  content: "";
}

.socicon-loomly:before {
  content: "";
}

.socicon-ghost:before {
  content: "";
}

.socicon-upwork:before {
  content: "";
}

.socicon-fundable:before {
  content: "";
}

.socicon-booking:before {
  content: "";
}

.socicon-googlemaps:before {
  content: "";
}

.socicon-zillow:before {
  content: "";
}

.socicon-niconico:before {
  content: "";
}

.socicon-toneden:before {
  content: "";
}

.socicon-augment:before {
  content: "";
}

.socicon-bitbucket:before {
  content: "";
}

.socicon-fyuse:before {
  content: "";
}

.socicon-yt-gaming:before {
  content: "";
}

.socicon-sketchfab:before {
  content: "";
}

.socicon-mobcrush:before {
  content: "";
}

.socicon-microsoft:before {
  content: "";
}

.socicon-pandora:before {
  content: "";
}

.socicon-messenger:before {
  content: "";
}

.socicon-gamewisp:before {
  content: "";
}

.socicon-bloglovin:before {
  content: "";
}

.socicon-tunein:before {
  content: "";
}

.socicon-gamejolt:before {
  content: "";
}

.socicon-trello:before {
  content: "";
}

.socicon-spreadshirt:before {
  content: "";
}

.socicon-500px:before {
  content: "";
}

.socicon-8tracks:before {
  content: "";
}

.socicon-airbnb:before {
  content: "";
}

.socicon-alliance:before {
  content: "";
}

.socicon-amazon:before {
  content: "";
}

.socicon-amplement:before {
  content: "";
}

.socicon-android:before {
  content: "";
}

.socicon-angellist:before {
  content: "";
}

.socicon-apple:before {
  content: "";
}

.socicon-appnet:before {
  content: "";
}

.socicon-baidu:before {
  content: "";
}

.socicon-bandcamp:before {
  content: "";
}

.socicon-battlenet:before {
  content: "";
}

.socicon-mixer:before {
  content: "";
}

.socicon-bebee:before {
  content: "";
}

.socicon-bebo:before {
  content: "";
}

.socicon-behance:before {
  content: "";
}

.socicon-blizzard:before {
  content: "";
}

.socicon-blogger:before {
  content: "";
}

.socicon-buffer:before {
  content: "";
}

.socicon-chrome:before {
  content: "";
}

.socicon-coderwall:before {
  content: "";
}

.socicon-curse:before {
  content: "";
}

.socicon-dailymotion:before {
  content: "";
}

.socicon-deezer:before {
  content: "";
}

.socicon-delicious:before {
  content: "";
}

.socicon-deviantart:before {
  content: "";
}

.socicon-diablo:before {
  content: "";
}

.socicon-digg:before {
  content: "";
}

.socicon-discord:before {
  content: "";
}

.socicon-disqus:before {
  content: "";
}

.socicon-douban:before {
  content: "";
}

.socicon-draugiem:before {
  content: "";
}

.socicon-dribbble:before {
  content: "";
}

.socicon-drupal:before {
  content: "";
}

.socicon-ebay:before {
  content: "";
}

.socicon-ello:before {
  content: "";
}

.socicon-endomodo:before {
  content: "";
}

.socicon-envato:before {
  content: "";
}

.socicon-etsy:before {
  content: "";
}

.socicon-facebook:before {
  content: "";
}

.socicon-feedburner:before {
  content: "";
}

.socicon-filmweb:before {
  content: "";
}

.socicon-firefox:before {
  content: "";
}

.socicon-flattr:before {
  content: "";
}

.socicon-flickr:before {
  content: "";
}

.socicon-formulr:before {
  content: "";
}

.socicon-forrst:before {
  content: "";
}

.socicon-foursquare:before {
  content: "";
}

.socicon-friendfeed:before {
  content: "";
}

.socicon-github:before {
  content: "";
}

.socicon-goodreads:before {
  content: "";
}

.socicon-google:before {
  content: "";
}

.socicon-googlescholar:before {
  content: "";
}

.socicon-googlegroups:before {
  content: "";
}

.socicon-googlephotos:before {
  content: "";
}

.socicon-googleplus:before {
  content: "";
}

.socicon-grooveshark:before {
  content: "";
}

.socicon-hackerrank:before {
  content: "";
}

.socicon-hearthstone:before {
  content: "";
}

.socicon-hellocoton:before {
  content: "";
}

.socicon-heroes:before {
  content: "";
}

.socicon-smashcast:before {
  content: "";
}

.socicon-horde:before {
  content: "";
}

.socicon-houzz:before {
  content: "";
}

.socicon-icq:before {
  content: "";
}

.socicon-identica:before {
  content: "";
}

.socicon-imdb:before {
  content: "";
}

.socicon-instagram:before {
  content: "";
}

.socicon-issuu:before {
  content: "";
}

.socicon-istock:before {
  content: "";
}

.socicon-itunes:before {
  content: "";
}

.socicon-keybase:before {
  content: "";
}

.socicon-lanyrd:before {
  content: "";
}

.socicon-lastfm:before {
  content: "";
}

.socicon-line:before {
  content: "";
}

.socicon-linkedin:before {
  content: "";
}

.socicon-livejournal:before {
  content: "";
}

.socicon-lyft:before {
  content: "";
}

.socicon-macos:before {
  content: "";
}

.socicon-mail:before {
  content: "";
}

.socicon-medium:before {
  content: "";
}

.socicon-meetup:before {
  content: "";
}

.socicon-mixcloud:before {
  content: "";
}

.socicon-modelmayhem:before {
  content: "";
}

.socicon-mumble:before {
  content: "";
}

.socicon-myspace:before {
  content: "";
}

.socicon-newsvine:before {
  content: "";
}

.socicon-nintendo:before {
  content: "";
}

.socicon-npm:before {
  content: "";
}

.socicon-odnoklassniki:before {
  content: "";
}

.socicon-openid:before {
  content: "";
}

.socicon-opera:before {
  content: "";
}

.socicon-outlook:before {
  content: "";
}

.socicon-overwatch:before {
  content: "";
}

.socicon-patreon:before {
  content: "";
}

.socicon-paypal:before {
  content: "";
}

.socicon-periscope:before {
  content: "";
}

.socicon-persona:before {
  content: "";
}

.socicon-pinterest:before {
  content: "";
}

.socicon-play:before {
  content: "";
}

.socicon-player:before {
  content: "";
}

.socicon-playstation:before {
  content: "";
}

.socicon-pocket:before {
  content: "";
}

.socicon-qq:before {
  content: "";
}

.socicon-quora:before {
  content: "";
}

.socicon-raidcall:before {
  content: "";
}

.socicon-ravelry:before {
  content: "";
}

.socicon-reddit:before {
  content: "";
}

.socicon-renren:before {
  content: "";
}

.socicon-researchgate:before {
  content: "";
}

.socicon-residentadvisor:before {
  content: "";
}

.socicon-reverbnation:before {
  content: "";
}

.socicon-rss:before {
  content: "";
}

.socicon-sharethis:before {
  content: "";
}

.socicon-skype:before {
  content: "";
}

.socicon-slideshare:before {
  content: "";
}

.socicon-smugmug:before {
  content: "";
}

.socicon-snapchat:before {
  content: "";
}

.socicon-songkick:before {
  content: "";
}

.socicon-soundcloud:before {
  content: "";
}

.socicon-spotify:before {
  content: "";
}

.socicon-stackexchange:before {
  content: "";
}

.socicon-stackoverflow:before {
  content: "";
}

.socicon-starcraft:before {
  content: "";
}

.socicon-stayfriends:before {
  content: "";
}

.socicon-steam:before {
  content: "";
}

.socicon-storehouse:before {
  content: "";
}

.socicon-strava:before {
  content: "";
}

.socicon-streamjar:before {
  content: "";
}

.socicon-stumbleupon:before {
  content: "";
}

.socicon-swarm:before {
  content: "";
}

.socicon-teamspeak:before {
  content: "";
}

.socicon-teamviewer:before {
  content: "";
}

.socicon-technorati:before {
  content: "";
}

.socicon-telegram:before {
  content: "";
}

.socicon-tripadvisor:before {
  content: "";
}

.socicon-tripit:before {
  content: "";
}

.socicon-triplej:before {
  content: "";
}

.socicon-tumblr:before {
  content: "";
}

.socicon-twitch:before {
  content: "";
}

.socicon-twitter:before {
  content: "";
}

.socicon-uber:before {
  content: "";
}

.socicon-ventrilo:before {
  content: "";
}

.socicon-viadeo:before {
  content: "";
}

.socicon-viber:before {
  content: "";
}

.socicon-viewbug:before {
  content: "";
}

.socicon-vimeo:before {
  content: "";
}

.socicon-vine:before {
  content: "";
}

.socicon-vkontakte:before {
  content: "";
}

.socicon-warcraft:before {
  content: "";
}

.socicon-wechat:before {
  content: "";
}

.socicon-weibo:before {
  content: "";
}

.socicon-whatsapp:before {
  content: "";
}

.socicon-wikipedia:before {
  content: "";
}

.socicon-windows:before {
  content: "";
}

.socicon-wordpress:before {
  content: "";
}

.socicon-wykop:before {
  content: "";
}

.socicon-xbox:before {
  content: "";
}

.socicon-xing:before {
  content: "";
}

.socicon-yahoo:before {
  content: "";
}

.socicon-yammer:before {
  content: "";
}

.socicon-yandex:before {
  content: "";
}

.socicon-yelp:before {
  content: "";
}

.socicon-younow:before {
  content: "";
}

.socicon-youtube:before {
  content: "";
}

.socicon-zapier:before {
  content: "";
}

.socicon-zerply:before {
  content: "";
}

.socicon-zomato:before {
  content: "";
}

.socicon-zynga:before {
  content: "";
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

#main .logo {
  width: 140px;
}

.logo {
  width: 60px;
}

.container {
  max-width: 380px;
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.linkboard-container {
  height: 100%;
}
.linkboard-container:hover .options-container {
  opacity: 1;
  transition: opacity linear 0.2s;
}
.linkboard-container:hover .options-container .options-button {
  pointer-events: all;
}
.linkboard-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.linkboard-wrapper a {
  text-decoration: none !important;
}

.banner-container {
  position: relative;
  overflow: hidden;
  min-height: 26vh;
  width: 100%;
}
.banner-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-container + .content-container {
  padding-top: calc(15px * 2);
}

.logo-container {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: inline-block;
  background-color: white;
  width: 40vw;
  max-width: 140px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  height: 40vw;
  max-height: 140px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.logo-container:before {
  content: "\a";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.logo-container + .content-wrapper:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: calc(40vw / 2);
  max-height: calc(140px / 2);
}
.logo-container + .content-wrapper + .description,
.logo-container + .content-wrapper + .headline {
  margin-top: 0;
}
.logo-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.content-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 10px 10px 10px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - 26vh);
  align-items: center;
  position: relative;
}
.content-wrapper {
  width: 100%;
  height: 100%;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  height: 50px;
  width: 100%;
  padding: 5px 50px;
  margin: 10px auto;
  color: white;
  text-decoration: none;
  position: relative;
}
.button * {
  position: absolute;
  left: 10px;
}
.button span:not(.empty) {
  width: 30px;
  height: 30px;
  font-size: 18px;
  padding: 5px;
  border-radius: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.button .image-container {
  width: 40px;
  height: 27px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}
.button .image-container img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.description,
.headline {
  font-size: 14px;
  white-space: pre-wrap;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.description + .button,
.headline + .button {
  margin-top: 15px;
}

.description {
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0;
}

.headline {
  font-weight: 700;
  margin: 0 0 5px 0;
}

.policyUrl {
  margin-top: -1px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 100;
  text-decoration: underline !important;
  padding: 15px;
}

.product {
  text-align: center;
}
.product_container {
  margin: 15px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
}
.product_container.grid {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
.product .image-container {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.product .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.product .image-container:after {
  content: "";
  padding-bottom: 100%;
  position: relative;
  display: inline-block;
}
.product h6.headline {
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 1em;
}
.product p.price {
  margin: 2px 0 0 0;
  line-height: 1em;
  font-size: 11px;
}

.icon {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}
.icon-container {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.icon-outer {
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 4px;
  text-decoration: none;
}

.options-container {
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: calc(100% + (15px * 2));
  bottom: -15px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 35px 35px;
  padding: 40px 20px 20px 20px;
  transition: opacity linear 0.2s;
}
.options-button {
  background-color: #292929;
  border-radius: 100%;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  transition: background-color linear 0.2s;
}
.options-button:hover {
  background-color: #1d1d1d;
  transition: background-color linear 0.2s;
}
.options-button img {
  width: 20px;
}

/*# sourceMappingURL=style.css.map */
