span.Title {
    font-weight: bold;
    color:#e8a4dd;
    
}

h1 {
    text-align: center;

}

body {
    background-color:rgb(55, 34, 93);
    font-size: larger;

}

p {
    text-align:center;
    color: aliceblue;

}

span.headers {
    color: #cea4e8;
    font-weight: bold;
}