body {
    text-align: center;
    background-color: rgb(226, 212, 226);
    color:rgb(96, 70, 99);
    margin-left:10%;
    margin-right:10%;
    margin-bottom: 10%;
    padding-bottom: 100px;
    
}



header {
    padding-top: 5%;
    align-content: center;
}

h1 {
    font-family:system-ui;
    font-size: 32px;
    text-align: center;
}

h2 {
    font-family:system-ui;
    font-size: 25px;
    text-align: center;
    color: rgb(126, 89, 128);
}

section {
    font-family: cursive;
    font-size:small;
}

