*{
    padding: 0;
    margin:0;
}
body{
    margin-left: auto;
    margin-right: auto;
}

header{
    /* width: 100%; */
    height: auto;
    background-color: black;
    color: white;
    /* display: block; */
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
}
h1{
    margin:5%;
    text-align: center;
}
section{
    text-align: center;
    border: 1px solid black;
    margin:10px 0 10px 0;
}
section:first-child{
    text-align: center;
    margin:0 0 10px 0;
}
section:last-child{
    text-align: center;
    margin:10px 0 0 0;
}
.logo{
    width: 100px;
    height: 100px;
}
nav ul {
    text-align: center;
}
nav li{
    width: 100%;
    display: inline;
    
}
#me{
    width: 250px;
    height: 250px;
}
#contact{
    text-align: center;

}
iframe{
    width:100%;
}
