html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 120%;
    overflow: hidden;
}

#savebtn {
    position: absolute;
    top: 0;
    left: 0;
}

#loadbtn {
    position: absolute;
    top: 0;
    left: 130px;
}

button {
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    background-image: linear-gradient(rgb(232, 166, 61), rgb(160,80,28));
    color: white;
    border: rgb(160,80,28) 2px solid;
    outline: rgb(228, 205, 168) 2px solid;
    border-radius: 10px;
    cursor: pointer;
}