
body {
    padding:0px;
    margin:0px;
    font-family: "Avenir Next";
    background-image: url("bgtechresume3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

.header{
    padding: 30px;
    color: aliceblue;
    background-color: black;
    height: 50px;
    margin: 10px;
}

.main{
    margin: 30px 100px ;
    
    height: 400px;
    color: floralwhite;
}
.text {
    background-image: url("bgtechresume4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 4;
}
button{
    
    background: grey;
    border:none;
    outline:none;
    opacity:0.4
}
.contents-item {
  float: left;
  margin-right: 40px;
}

.main p {
  font-size: 24px;
  margin-top: 30px;
}
.main li{
    float:left;
    list-style: none;
}

.main img{
		margin-right: 30px;
		}

.footer{
   
    color:lemonchiffon;
    height:50px;
    margin: 5px;
}
