body {
    margin: 0;
    text-align: center;
    background-image: url(assets/images/background.png)
}
header {
    width: 100%;
    height: 100%;
    background-color: white;
    border-bottom: 2px solid grey;
    text-align: center;
}

.navi-name {
    position: relative;
    left: 340px;
    width: 300px;
    background-color: skyblue;
    margin-top: 0;
}
 .name {
     font-size: 35px;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     font-weight: bold;
     padding: 20px 10px;
     color: white;
}

 .list {
     display: inline-block;
     list-style-type: none;
     position: absolute;
     left: 900px;
     top: 0px;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     font-size: 25px;
     color: grey;
}

#index {
    position: relative;
    left: -295px;
    top: 30px;
}

#portfolio {
    position: absolute;
    padding: 0px 20px;
    left: -170px;
    top: 30px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
}

#contact {
    position: relative;
    left: -20px;
    margin: 0px 20px;
}

.lowerbody {
    border-top: 2px solid grey;
}

.content {
    display: inline-block;
    width: 960px;
    background-color: white;
    margin: 20px;
    padding: 0px 20px 20px 20px;
    text-align: left;
}

.aboutme {
    text-align: left;
    border-bottom: 2px solid grey;
}

#letter {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: skyblue;
}

#mypicture {
    width: 180px;
    height: 300px;
    margin: 0px 20px 20px 0px;
    float: left;
}

#p1 {
    margin-top: 30px;
    font-size: 20px;
}

form {
    margin-top: 20px;
}

footer {
    width: 100%;
    text-align: center;
    padding: 20px 0px 0px 0px;
    color: white;
    border-top: 8px solid grey;
    background-color: lightblue;
    position: fixed;
    bottom: 0;
}

.container {
    width: 860px;
    margin: 0px 30px 0px 30px;
}

input[type=text], textarea {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid grey;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

#message {
    text-indent: 0;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

label {
    font-size: 20px;
}
.row {
    margin: 20px 0px;
  }

.column {
    float: left;
    width: 20%;
  }