* {
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: Arial;
  font-size: 24px;
  margin: 40px 0;
}

h2 {
  font-size: 16px;
}

h2 span {
  display: block;
  margin: 20px 0;
}

h3 {
  margin: 15px 0 10px;
  font-size: 16px;
}

h4 {
  margin: 10px 0;
  font-size: 13px;
  font-family: serif;
}

a {
  text-decoration: none;
  color: #959595;
  font-family: serif;
  font-style: italic;
  font-size: 13.28px;
  font-weight: 600;
}

span {
  font-family: serif;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}

ul {
  padding-left: 0;
}

li {
  display: inline-block;
  padding-right: 6px;
  font-size: 14px;
  font-weight: 600;
}

main {
  margin: 0 auto;
}

/* Icons */
li img {
  height: 20px;
  padding: 0 2px;
}

.icon.mail {
  height: 19px;
}

.icon.imdb {
  height: 20px;
}

.icon.facebook {
  height: 22px;
}

.icon.instagram {
  height: 20px;
}

.icon.vimeo {
  height: 20px;
}

.icon.wikipedia {
  height: 20px;
}

.icon.cv {
  height: 20px;
}

/* Videos */
.music-video {
  margin: 50px auto;
}

.music-video.image img {
  max-width: 100%;
  width: 630px;
}

/* Media Queries */
@media only screen and (min-width: 630px) {
  main {
    width: 630px;
  }
}

@media only screen and (min-width: 630px) {
  main {
    width: 630px;
  }
}
