body {
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}

header {
  background-color: #b1c3c7;
  height: 400px;
  background-image: url(/images/laura-header.png);
  background-size: cover;
  background-position: right top;
}

nav {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin: auto;
  padding: 10px 0 5px 0;
  border-bottom: 1px solid white;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity: 0.5;
}

.header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 400px;
  margin: 10px 25% 0 15%;
}

.work-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #b1c3c7;
  padding: 20px;
}

.work-section article {
  width: 300px;
  background-color: white;
  color: black;
  margin: 10px;
  border-radius: 8px;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: right;
  padding: 20px 20px 0;
}

.about-section p {
  max-width: 300px;
}

.contact-section {
  background-color: white;
  color: black;
  padding: 20px;
}

.contact-section img {
  width: 50px;
  margin: 10px;
}
