
h1{
    font-size: 80px;
    color: darkblue;
}
h2{
    font-size: 32px;
    color: sandybrown;
    text-align: right;
}
text {
    font-size: 16px;
    color: green;
    text-align: left;
    background-color: bisque
}
button {
    font-family: sans-serif;
    border-width: inherit;
    font-size: 30px;
    color: gray;
    background-color: gainsboro;
    border-color: gainsboro;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
