body {
  background-color: #fcfaff;
	font-family: Georgia;
	width: 100%;
}
a {
	color: black;
}
.content {
	padding-top: 5%;
  background-image: linear-gradient(to right, rgba(252,250,255, 0.95) 0 100%), url(wavybb.png);
  background-size: cover;
	padding-bottom: 5%;
	min-height: 100vh;
	width: 100%;
}

.lastfm {
  background-color: #eee9f7;
  margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 4px;
	padding-top: 4px;
	border-width: medium;
	border-color: black;
	border-style: groove;
}
.header__inner {
	margin-left: 5%;
	margin-right: 5%;
}
.lastfmtitle {
	font-size: 64px;
	color: #18013b;
	font-weight: bold;
	padding: 0px;
}
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.pageheader {
  display: flex;
  justify-content: space-between;
	padding-left: 2%;
	padding-right: 2%;
	align-items: center;
	height: 86px;
}

.one,
.two,
.headerright{
  display: inline-block;
	color: pink;
	font-family: Times New Roman;
	font-size: 26px;
}
.intro {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5%;
}

body, html {
/*  height: 100%; Ensures the body covers the full viewport height */
  /* overflow: hidden;  Hides any overflowing content and disables scrolling */
}

.contact {
	display: block;
	object-fit: contain;
	justify-content: center;
	align-items: center;
	display: flex;
	background-image: url(conback.png);
	background-position: center;
	padding-top: 7%;
	padding-bottom: 7%;
	margin-top: 8%;
	border-left: 15px;
	border-right: 15px;
	border-top: 10px;
	border-bottom: 10px;
	border-color: #d1af75;
	border-style: solid;
}

.interests {
	font-family: Arial;
	background-color: #fcfaff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 8%;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin-left: 17.5%;
	margin-right: 17.5%;
	padding-left: 2px;
	padding-right: 2px;
}