body{
    background-color: mediumpurple;
    font-family: sans-serif ;
}

h1{
    display: flex;
    justify-content: center;
}

h2{
    display: flex;
    justify-content: center;
}

p{
    text-align: center;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
}

