body {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
}

.nameresetbutton {
    display: inline-flex;
}

.buttontop1, .buttontop2 {
    font: arial;
    font-size: 25px;
    width: 70vw;
    color: #6e6e6e;
    border: none;
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    transform: translateY(-5px);
    cursor: pointer;
    text-shadow: 2px 2px white;
}

.buttontop1 {
    background-image: linear-gradient(to top, #c7c7c7, #bfbfbf);
    box-shadow: 0px 5px 15px;
    height: 75px;
    transform: translateY(-15px)
}

.buttontop2 {
    position: relative;
    bottom: 5px;
    background-image: linear-gradient(to top, #f2f2f2, #e6e6e6);
    font-weight: 500;
    height: 65px;
}
