body{
color:black;
background-color: blue ;
margin: 0px;
margin-bottom: 100px;
}

header{
    border-bottom: solid 2px rgb(103, 94, 228) ;
    margin: 20px;
    font-size: 32px;
    color:black;
}

section{


    padding-bottom: 80px;
    padding-top: 80px;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
}
