*, body, img {
margin: 0;
padding: 0;
border: 0;
}

body {
  background-color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6em;
  letter-spacing: 0em;
  text-rendering: optimizeLegibility;
}

.site-container {
  color: #000;
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.site-header {
  display: block;
  position: relative;
  width: auto;
  max-width: 1080px;
  padding-top: 20px;
  margin: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 15px;
}

.site-header a {
  float: left;
  text-decoration: none;
  color: #000;
}

.site-header nav {
  float: right;
}

.menu {
  margin: 10px;
  width: 200px;
}

.menu li {
  display: block;
  width: 80px;
  float: left;
  margin-left: 2px;
  list-style: none;
}

.menu a {
  display: block;
  padding: 3px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.menu a:hover {
  color: #1e90ff;
}

.tasks-list {
  margin-left: 30px;
}

/* clear the blocks */
.section-hello::before,
.section-hello::after {
  content: "";
  display: table;
}

.section-hello::after {
  clear: both;
}

.section-hello {
  clear: both;
  zoom: 1;
}

.hello {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 300px 1.5% 300px 1.5%;
}

/* clear the blocks */
.section-aboutme::before,
.section-aboutme::after {
  content: "";
  display: table;
}

.section-aboutme::after {
  clear: both;
}

.section-aboutme {
  clear: both;
  zoom: 1;
  margin: auto;
  max-width: 1080px;
  padding-bottom: 40px;
}

.aboutme-empty {
  float: left;
  width: 30%;
}

.aboutme {
  float: right;
  width: 65%;
}

.aboutme h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

/* clear the blocks */
.career::before,
.career::after {
  content: "";
  display: table;
}

.career::after {
  clear: both;
}

.career {
  clear: both;
  zoom: 1;
}

.career {
  margin: auto;
  max-width: 1080px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.career a {
  text-decoration: none;
}

.employer {
  float: left;
  width: 25%;
}

.job-description {
  float: right;
  width: 65%;
}

/* the bootom of the page - for socialmedia */
footer {
  margin-bottom: 10px;
}
