*{
  margin: 0;
  padding: 0;
}

body{
  height: 100%;
  min-height: 100vh;
  background-image: url(web-design-background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#name{
  margin-left: 0.5%;
  margin-top: 0.5%;
  width: 300px;
}

.center{
  text-align: center;
}

#intro{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  letter-spacing: 10px;
}

.domain{
  text-decoration: underline;
}

#text{
  margin: auto;
  padding: 10px;
  max-width: 500px;
  font-family: Open Sans;
}

.links a{
  color: inherit;
  text-decoration: none;
}

h1{
  color: #ffffff
}

h2{
  color: #ffffff
}

/*media*/
@media only screen and (max-width: 425px) {
  #name{
    width: 100%;
    height: auto;
    margin-left: 0%;
  }
}
