body {
    background-color: darkslategrey;
    text-align: right;
}

button {
    background-color: indigo;
    color: rgb(153, 189, 82);
}

button:hover {
    background-color: rgb(55, 15, 85);
}
