body {
    overflow: hidden;
}
button {
    position: relative;
    top: -270px;
    left: 680px;
    background-color: aqua;
    padding: 50px;
    border-radius: 8px;
    font-size: larger;
    cursor: pointer;

}
.custom {
    background-color: antiquewhite;
    padding: 2px;
    position: relative;
    top: -550px;
    left: 400px;
}
.custom1 {
    background-color: antiquewhite;
    padding: 2px;
    position: relative;
    top: -300px;
    left: 300px;
}