* {
  box-sizing: border-box;
}

body {
  background-image: url('/bg/nightsky2.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.column {
  float: left;
}

.column_flex {
  float: left;
  display: flex;
  margin: 1%;
}

.row_flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.content {
  width: 58%;
  max-height: 96vh;
  border: teal;
  border-style: double;
  margin: 0 2% 0 4%;
}

.interview {
  width: 30%;
  margin: 0 4% 0 2%;
}

.image {
  max-height: 96vh;
  border: teal;
  border-style: double;
  margin: 0 2% 0 4%;
}

.nightsky {
  width: 50%;
  margin: 2%;
}

.img_flex {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.row:after, .row_flex:after {
  content: "";
  display: table;
  clear: both;
}

.colourful {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  font-family: sans-serif;
  font-size: 6rem;
  background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.interview_img {
  float: left;
  width: 200px;
  height: auto;
  padding: 0px 10px;
}

.interview_txt {
  text-align: justify;
  font-size: x-large;
  line-height: 1.3;
}

.kermit {
  color: #13c128;
}

.piggy {
  color: #f670c0;
}

.cig_img {
  max-width: 100%;
  padding: 25px 50px;
}

.container {
  position: relative;
}

.cig_box {
  position: absolute;
  bottom: 45%;
  left: 40%;
  width: 45%;
  height: 25px;
  font-size: 25px;
  font-weight: bolder;
  font-family: 'Courier New', monospace;
  border: none;
  outline: none;
  mix-blend-mode: darken;
}

.ashes_box {
  position: relative;
  bottom: 40%;
  left: 45%;
  width: 40%;
  height: 15%;
  font-size: 25px;
  font-weight: bolder;
  font-family: 'Courier New', monospace;
  mix-blend-mode: overlay;
  color: black;
  padding: 0 0 0 5%;
}

.product_img {
  width: 330px;
}

.product_column {
  width: 400px;
  height: 575px;
  float: left;
  margin: 25px 50px;
  padding: 30px;
  border-style: solid;
  border-radius: 50px;
}

.left {
  margin: 25px 5px 25px 100px;
}

.right {
  margin: 25px 100px 25px 5px;
}

.red {
    background-color: #220000;
    color: red;
    border-color: red;
}

.orange {
    background-color: #221100;
    color: orange;
    border-color: orange;
}

.yellow {
    background-color: #222200;
    color: yellow;
    border-color: yellow;
}

.green {
    background-color: #002200;
    color: lightgreen;
    border-color: lightgreen;
}

.blue {
    background-color: #000022;
    color: blue;
    border-color: blue;
}

.indigo {
    background-color: #110022;
    color: indigo;
    border-color: indigo;
}

.violet {
    background-color: #220022;
    color: violet;
    border-color: violet;
}

.centered {
  display: block;
  margin: auto;
  color: white;
  width: 60%;
  font-size: 200%;
  font-family: monospace;
}

.piggy_box {
  background-color: #ff6ec7;
  color: #ba1155;
  border: 5px double #ab1930;
  width: 60%;
  font-size: 200%;
  font-family: monospace;
}

.PiS_box {
  background-image: url('/bg/PiS_logo.jpg');
  background-size: contain;
  border: 5px double #ab1930;
  width: 360;
  height: 360;
}

button {
  display: block;
  margin: auto;
}