/*
Theme Name: Marsh Music (wyciąg z css.html)
*/
:root {
  color-scheme: light dark;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Mulish", Sans-serif;
  font-weight: 400;
  background: #060B28;
  color: #aaa;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Titillium Web", Sans-serif;
}

a {
  color: #fb3a64;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  background-color: #fb3a64;
  border: 2px solid #fb3a64;
  padding: 9px 25px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #000;
  border-color: #000;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  color: #fff;
  border: 1px solid #0C1336;
  background-color: #0C1336;
  padding: 12px;
  width: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.player-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    min-height: 130px;
}

.blokada-info {
    background: #fb3a64;
    color: #fff;
    padding: 14px 30px;
    border-radius: 7px;
    font-family: "Mulish", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: none;
    margin: 30px auto;
    display: inline-block;
    max-width: 500px;
}
