/* Marissa's Music Page Styles */

body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  background-color: #f9f9fc;
  color: #333;
}

header {
  background-color: #7b95e0;
  color: white;
  text-align: center;
  padding: 30px;
}

header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

nav a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

main {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

h2 {
  color: #4b5ea3;
  margin-top: 30px;
}

dl dt {
  font-weight: bold;
  margin-top: 15px;
}

dl dd {
  margin-left: 20px;
  margin-bottom: 10px;
}

.contact-form {
  background-color: #eef2fa;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
}

form label {
  display: block;
  margin-top: 15px;
}

form input,
form select,
form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button[type="submit"] {
  background-color: #7b95e0;
  color: white;
  padding: 12px 20px;
  margin-top: 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

button:hover {
  background-color: #5c75c0;
}

.media iframe {
  margin-top: 20px;
  max-width: 100%;
  border-radius: 8px;
}

footer {
  background-color: #7b95e0;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

footer a {
  color: #fff;
  text-decoration: underline;
}
