body {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    background: radial-gradient(#FF4C05,#FED107);
    color: #333;
    cursor: default;
}

header{
    font-size: 65px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #333;
}

button {
    background-color: rgb(248, 248, 248, 40%);
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 15px;
    cursor: pointer;
    color : #ffffff;
    margin: 10px;
    box-shadow: #333 2px 2px 5px;
    touch-action: manipulation;
    user-select: none;
}


button:hover {
    background-color: rgb(250, 178, 71);
}

button:active{
    transform: scale(0.95);
}

.para{
    background-color: rgb(248, 248, 248, 40%);
    border-radius: 10px;
    font-size: 15px;
    padding: 5px 10px;
    box-shadow: #333 2px 2px 5px;
    display: inline-block;
    margin: 10px;
}

hr{
    color: #FF4C05;
    text-align: center;
    width: 55%;
}

.give{
    background-color: rgb(248, 248, 248, 0%);
    box-shadow: none;
    cursor: default;
    margin-right: 0px;
    color:#333;
}

.give:hover{
    background-color: rgb(248, 248, 248, 0%);
}

.give:active{
    transform: none;
}

footer {
    text-align: left;
}

.reset{
    margin-left: 30px;
}