/* settings for tags */
* {
	margin: 0;
  }
  
  body {
	font-family: "Roboto", sans-serif;
  }
  
  p {
	margin: 24px 0;
	line-height: 2;
  }
  
  .wrapper {
	padding: 32px;
  }
  
  .cookie-container {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	background: #2f3640;
	color: #f5f6fa;
	padding: 0 32px;
	box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  
	transition: 400ms;
  }
  
  .cookie-container.active {
	bottom: 0;
  }
  
  .cookie-container a {
	color: #f5f6fa;
  }
  
  .cookie-btn {
	background: #e84118;
	border: 0;
	color: #f5f6fa;
	padding: 12px 48px;
	font-size: 18px;
	margin-bottom: 16px;
	border-radius: 8px;
	cursor: pointer;
  }

html {
    position: relative;
    min-height: 100%; }
  
  body {
    background-color: #2c3e50;
    margin-bottom: 60px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
  
  footer {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 150%;
    background-color: #34495e;
    border-top: 1px solid;
    border-color: #d35400; }
  
  h1 {
    color: #d35400;
    border-color: #d35400;
    font-size: 4em;
    margin-bottom: 1em; }

    h2 {
        color: #0b2099;
        border-color: #00d370;
        font-size: 4em;
        margin-bottom: 1em; }

    h3 {
        color: #0b9957;
        border-color: #d35f00;
        font-size: 4em;
        margin-bottom: 1em; }

    h4 {
        color: #d4950b;
        border-color: #1d1c1b;
        font-size: 4em;
        text-align: center;
        margin-bottom: 1em; }

  
  .btn {
    background-color: #2c3e50;
    color: #d35400;
    border-color: #d35400;
    height: 90px;
    width: 300px;
    margin-bottom: 10px;
    border: 1px solid; }
    .btn:hover {
      background-color: #34495e;
      border-color: #d35400;
      color: #d35400; }
  
  .col-xs-6 {
    margin-bottom: 1em;
    padding: 30px; }
  
  .text {
    color: #d35400;
    text-wrap: wrap;
    word-break: break-all; }
    .text a {
      color: #d35400;
      text-decoration: underline; }

      .Matroesjka {
        margin: 30px auto;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        gap: 30px 6px;
        justify-content: center
      }

      .Fairtrade {
        margin: 30px auto;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        gap: 30px 6px;
        justify-content: center
      }

      .ZatteRita {
        margin: 30px auto;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        gap: 30px 6px;
        justify-content: center
      }

      .Heteiland {
        margin: 30px auto;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        gap: 30px 6px;
        justify-content: center
      }
        

.container1{
  background-image:
  url(https://t4.ftcdn.net/jpg/03/70/34/11/360_F_370341120_065YDaLVKVqsFL7071Ve0UOWjhWcmuKd.jpg);
  width: 100%;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.music-player{
  background: #000000;
  width: 300px;
  padding: 15px 20px;
  text-align: center;
  
}

nav{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

nav .circle{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #f53192;
  box-shadow: 0 5px 10px rgba(225, 26, 26, 0.22);
}

.song-img{
  width: 220px;
  border-radius: 50%;
  box-shadow: 0 10px 60px rgba(255, 26, 26, 0.22);

}

@media (max-width: 700px) {
  .container{
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}