body {
    margin: 0;
}

body::-webkit-scrollbar {
    width: 0px;
}

#btn {
    width: 250px;
    height: 100px;
    border-color: gray;
    border-width: 2px 2px 2px 2px;
    font-size: 45px;
    background-color: orange;
    margin-top: 30px;
    color: white;
    overflow-x: hidden;
}

#btn:active {
    border-color: gray;
    border-width: 1px 5px 6px 5px;
    border-color: #292a2a gray #292a2a gray;
    font-size: 44px
}

.fgadf {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dsFsaR {
    text-align: center;
}

.oTfGhu {
    font-family: arial;
    color: gray;
}

.gfdrt {
    background-color: lightyellow;
}

.uip {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: blue;
    width: 100vw;
    height: 50px;
    font-family: arial;
    color: white;
}

.uip p {
    font-size: 30px;
}

.chtnk {
    width: 1200px;
    background-color: rgb(114, 50, 3);
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: arial;
    margin-top: 5px;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 10px;
    font-size: 20px;
    color: white;
    box-shadow: 0 0 6px 4px gray;
}

.chtnk button {
    background-color: orange;
    padding: 3px;
    font-size: 20px;
    width: 130px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(162, 69, 3);
    border-radius: 3px;
    color: white;
    user-select: none;
}

.chtnk button:active {
    background-color: rgb(250, 175, 35);
    border-width: 1px;
    border-color: aliceblue;
}