body {
width:100%;
background-image:url("https://rlovitt.com/img/6173911.jpg");
background-color:gray;
margin-top: 20px;
}

.name {
font-size:70px;
margin-bottom:-7px;
}

.start {
  margin: auto;
  border: 3px solid #black;
  width: 1300px;
  display: block;
  background-color: white;
  height: auto;
  font-family: century gothic;
  position: relative;
  border-radius: 25px;
  padding: 20px;
}

.wrap {
 overflow: hidden;
 position: absolute;
 right: 0;
 display: block;
}

.techbg {
opacity: 0.2;
  height: 500px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}


.intro {
height:300px;
width: auto;
margin: 0 auto;
}

.box {
	float: left;
    width:25%;
    height:280px;
	margin:10px;
	text-align:middle;
}

li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
}
li:before {
    content: "•";
    color: black;
	position: absolute;
	width: 35px;
    left: -5px;
}

#experience {
  border-collapse: collapse;
  width: 100%;
}

#experience td, #experience th {
  border: 1px solid #ddd;
  padding: 8px;
}

#experience tr:nth-child(even){background-color: #f2f2f2;}

#experience tr:hover {background-color: #ddd;}

#experience th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2ba4cc;
  color: white;
}
.firefix {
	display: inline-block;
	max-width: 1000px;
}
 ul {
    list-style: none;
    padding:0;
    margin:0;
}