/* 
    Created on : May 20, 2022, 6:25:33 PM
    Author     : Leonard Garcia <your.name at your.org>
*/

body {
    background-color: black;
    color: darkseagreen;
}
h1 {
    font-size: 5rem;
}
button {
    border: 4px;
    border-radius: 6px;
    border-color: silver;
    border-style: ridge;
    width: fit-content;
}

.inline {
    display: inline-block;
}
#show {
    font-size: large;
    border: 4px;
    border-radius: 6px;
    border-color: silver;
    border-style: ridge;
    padding: .5rem;
    width: 50%;
}

    