body {
  background: #141414;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.title {
  flex: 1;
  position: relative;
  text-align: center;
  top: 10vh;
  width: 100%;
  max-width: 1200px;
}

h1 {
  font-size: 4rem;
  font-weight: bolder;
  font-family: "Rubik", sans-serif;
  flex: 1;
  position: relative;
  text-align: center;
  margin: 0;
  -webkit-text-fill-color: transparent; /* Make the text transparent */
  background: linear-gradient(90deg, white, red, blue);
  -webkit-background-clip: text;
  background-clip: text;
}

.funk {
	flex: 1;
	-webkit-text-fill-color: transparent;
    background-image: url("http://66.media.tumblr.com/9d5be60c175cdbe15e875fef01b9a66b/tumblr_ntz3mmEFFr1twd8ddo1_500.gif");
    background-size: cover;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
	font-family: "Rubik", sans-serif;
}

h2 {
  color: gray;
  font-family: "Rubik", sans-serif;
  font-weight: lighter;
  padding-bottom: 20em;
}

.txt-rotate {
  color: white;
  text-shadow: 0 0 5px white, 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 40px white;
}

.header {
  width: 100%;
  max-width: 1200px; /* Maximum width for large screens */
  margin: 0 auto; /* Center the header on large screens */
  padding: 10px 20px; /* Padding inside the header */
  box-sizing: border-box; /* Include padding in the total width */
}

/* Responsive typography and layout */
.header h1 {
  font-size: 12rem; /* Base font size */
  margin: 0;
  padding: 10px 0;
}



/*  

#logo {
	width:5em;
	float: left;
	padding-top: 1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
}

.topnav {
  overflow:hidden;
  background-color: DarkGrey;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  list-style: none;
  height:5.2em;
  line-height:6em;
  text-align: left;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  font-size: 2em;
  text-decoration: none;
  padding: 1em .9em;
  }
  
.topnav span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
*/