body {
    background: rgb(18, 142, 158);
    font: normal 15pt arial;
}
header {
    color: white;
    text-align: center;
}
section {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.363);
}

footer {
    color: white;
    text-align: center;
    font-style: italic;
}
// inset just to try new git key       
// more comentts
body { 
    color: #345;
    font: normal;
}


