body{
    background: url(../images/index-background.jpg) no-repeat fixed center ;
    background-size: cover;
    overflow: hidden;
}
.index-button-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items:center;
    height: 100vh;
}
#resetButton{
    width: 200px!important;
    height: 150px;
    right: 20%;
    font-size: 16px;
}
p{
    user-select: none;
}