@import url(../prism/prism-light.css);
@import url(../style.css);

.container {
    width: 80%;
    background-color: bisque;
    padding: 10px;
    border: 5px solid maroon;
    border-radius: 10px;
    color: black;
}

button, .btn {
    font: inherit;
    color: white;
    text-decoration: none;
    background-color: #c75959;
    padding: 5px;
    border-radius: 5px;
    border: none;

    cursor: pointer;
}
button:hover, .btn:hover {
    color: white !important;
    background-color: maroon;
}
/* button:active, .btn:active {
    background-color: black;
} */
.btn:visited {
    color: white;
}
