body {
    background-color: rgb(186, 80, 138);
    text-align: center;
}
p {
    font-family: Calibri;
    font-size: 3em;
}
a:hover {
    color: bisque;
}