:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color: rgba(0, 0, 0, 0.87);
  background-color: #FAFAFA;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: inherit;
}

div {
    box-sizing: border-box;
}

.title {
    font-size: 30px;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 0;
}

.cd-front, .cd-back {
    display: inline-block;
    width: 50%;
}

.header {
    margin-top: 20px;
}

.header-left {
    padding-bottom: 17px;
}

.header-right {
    padding-bottom: 17px;
    padding-top: 4px;
}

.header-item {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 5px 13px;
}

.header-item:hover {
    background-color: #C0C0C0;
}

.language-link:hover {
    text-decoration: underline;
}

.video-container {
    position: relative;
    overflow: hidden;
}

.video {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.youtube-subtitle {
    font-size: 18px;
    line-height: 0px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.floating-buttons {
    color: rgba(255, 255, 255, 0.87);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); 
    text-align: center;
    width: 100%;
}

.floating-button {
    font-size: 11px;
    display: inline-block;
    background-color: #292929;
    padding: 3px 10px;
    margin: 5px;
}

.floating-button:hover {
    background-color: #606060;
}

.language {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

.buy-button {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #202020;
    background-color: #C0C0C0;
    padding: 4px 12px;
    margin: 5px;
}

.buy-button:hover {
    background-color: #D0D090;
}

.footer {
    text-align: center;
    padding: 20px;
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    background: #a9a9a9;
}

.footer span {
    display: inline-block;
}

.link {
    font-weight: bold;
}

.link:hover {
    text-decoration: underline;
}

.brand-link:hover img {
    filter: invert(0.7) sepia(1) saturate(1) hue-rotate(30deg);
}

.brand-links-div {
    width: 100%;
    text-align: center;
}

@media (max-width: 620px) {
    .header-item {
        display: none;
    }

    .language {
        margin-left: 0px;
    }

    .video {
        width: 150%;
    }
}
