img{
    width: 100px;
    height: 100px;
    border-radius: 60px;
}
section{
  text-align: justify;
  margin-left: 5px;
}
ul{
    margin-left: 5px;
}
header{
background-color: black;
color: aliceblue;
float: left;
margin-left: 20px;
border: 2px solid;
}
section{
  text-align: justify;
  margin-left: 160px;
}
div{
float: left;
}
/*
  border:<width> <color>
  border-width:
  border-style:dotted|dashed|solide|double|groow|ridge|inset|outset
  border-color:
*/