body {
  font-size: 20px;
  min-width: 800px;
}

.container {
  width: 600px;
  text-align: left;
  margin-top: 130px;
}

h1 {
  margin: 0px;
  text-align: center;
}

h3 {
  text-align: center;
}

a {
  color: #6498CC;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.element {
  width: 100%;
  text-align: center;
  float: left;
}

.three { 
  width: 33%;
}

.four { 
  width: 25%;
}

/* index.html */
#index h3 {
  margin: 100px 0px 0px 0px;
}

/* cv.html */
#cv h3 {
  margin: 50px 0px 0px 0px;
}

#cv p.header {
  margin-bottom: 7px;
}

#cv .description {
  margin: 0px;
  font-size: medium;
}

#cv p.footer { 
  margin-top: 7px;
}

#cv p:first-child {
  margin-top: 0;
}
