body {
  margin: 0;
  background-color: #b5afaf;
  font-family: 'Roboto', sans-serif;
}

.header {
  background-image: url('img/header.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 25px;
  text-align: center;
  font-size: 30px;
  color: beige;
}

nav {
  float: left;
  width: 15%;
  height: 800px;
  background: #252525;
  padding: 10px;
}

nav h2 {
  color: white;
  text-align: center;
}

.title {
  position: relative;
  padding-right: 15%;
}

.selfie {
  padding: 10px;
  border-radius: 5%;
}

.hobbies {
  float:left;
  margin:0 5px;
  padding-right: 4%;
}

.jobs {
 padding: 0.1%;
 padding-right: 10%;
}

.sectionTwo h1 {
  padding-top: 10%;
  font-style: italic;
}

.sectionTwo p {
  padding-left: 32%;
  text-align: center;
  width: 50%;
}

.intro {
  text-align: center;
}

article {
  padding-top: 10px;
  width: 100%;
  height: 100%; 
}

img {
  float: left;
  margin: 15px;
  border: 5px;
}

h1 {
  text-align: center;
} 

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #FFE6E8;
}

ul {
  padding-left: 15px;
}