ul, li {
    display: inline;
}

body {
    background-color:lightgrey;
}
nav{
    max-width: 100%;
    background-color: gray;
    height: 100px;
}
.name{
    background-color: teal;
    width: 20%;
    height: 50px;
    text-align: center;
}
ul {
    float: left;
    margin-left: 800px;
    position: absolute;
    right: 10px;
}

.clearfix::after{
    content:"";
    display: block;
    clear: both;
}

footer {
    max-width: 100%;
    height: 80px;
    background-color:grey;
    border-top: solid teal 8px;
    text-align: center;  
}
section, h2 {
    text-color: teal;
}

.container {
    position: relative;
    text-align: center;
    color: black;
}

.center {
    position: absolute;
    top: 10%;
    left: 10%;
    margin: 10%;
    padding: 10%;
}

.fullBox {
    position: relative;
    text-align: center;
    color: black;
    overflow: auto;
}
.photo {
    width: 250px;
    position: relative;
    text-align: center;
    color: black;
    overflow: auto;
}
.photo img{
    width: 100%;
}
.centered{
    position: absolute;
    bottom: 20px;
    width: 100%;
    background-color:teal;
}
