body {
  background-image: linear-gradient(321deg, #717171, #414141);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Signika Negative", sans-serif;
}

h1 {
  color: white;
  font-size: 2rem;
}

#mainContent p {
  color: white;
  font-size: 18px;
}

a {
  color: white;
}

p a {
  text-decoration: underline;
}

a:hover {
  color: white;
}

.navbar {
  padding: 1.5rem 2rem;
}

.logo {
  width: 139px;
  height: 40px;
  object-fit: contain;
}

.main-header {
  font-size: 3.8rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #14c8c0;

  background-image: linear-gradient(321deg, #f50057, #14c8c0);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.slogan {
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #14c8c0;

  background-image: linear-gradient(321deg, #f50057, #14c8c0);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.privacy-policy {
  background-color: #333333;
  height: 100%;
  color: white;
  font-size: 17px;
}

.privacy-policy h1 {
  color: #f50057;
  font-size: 20px;
}

h2 {
  color: #14c8c0;
  font-size: 18px;
}

.privacy-policy h3 {
  color: #14c8c0;
  font-size: 16px;
}

.contrastGreen {
  color: #14c8c0;
}

.smm-icon {
  width: 30px;
}

.footer-text {
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.description h1,
h2 {
  color: white;
  font-size: 28px;
}

ul > li {
  color: #14c8c0;
}

ul > li > span {
  color: white;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.post {
  background-color: #303030;
  color: white;
  font-size: 17px;
  border-radius: 18px;
  border: solid 1px rgb(75, 75, 75);
  box-shadow: 0px 0px 20px 0px #393939;
}

.download-box {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-size: 2rem;
}

.download-box h1 {
  color: black;
  font-size: 4rem;
}

.download-box a {
  color: black;
  font-size: 2rem;
}

.main-screen {
  background-image: url("/public/images/PianoMainScreen.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-screen-music-theory {
  background-image: url("/public/images/MusicTheory.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.post h1 a {
  color: #f50057;
  font-size: 20px;
}

.post h1 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #f50057;
}

.post h2 {
  color: #14c8c0;
  font-size: 18px;
}

.post-date {
  font-size: 10px;
  color: #aaaaaa;
}

span.pagination-item {
  color: #aaaaaa;
}

.content a,
a.pagination-item {
  text-decoration: underline;
}

.continue-reading {
  color: #14c8c0;
}

.locale-link {
  text-transform: uppercase;
}

img {
  display: block;
  max-width: 100%;
}

.grid-container {
  display: grid;
  gap: 20px;
  padding: 20px;
  grid-template-columns: 1fr;
}

.grid-container a {
  color: #14c8c0;
}

.post a {
  color: #14c8c0;
}

@media (min-width: 750px) {
  .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(19%, 1fr));
  }

  .grid-main {
    grid-column-end: span 2;
  }
}

.grid-main {
  background-image: url("/public/images/mainPage/Tutorial2.png");

  background-size: cover;
  background-position: center center;
}

.grid-item {
  color: white;
  font-size: 1.5rem;
  min-height: 350px;
}

.main-screen-section h2 {
  font-size: 3rem;
}

.grid-item-light {
  background: linear-gradient(#d7d7d7, #a8a8a8);
}

.widget-text {
  background-color: #333333;
  border-radius: 20px;
  padding: 10px 15px;
}

.main-page-store-logo {
  max-height: 150px;
}

.navigation-link {
  font-size: 28px;
  color: white;
  text-decoration: none;
}

.sound-icon {
  max-width: 200px;
}
