 .buttonContainer {
 display: flex;
 position: absolute;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 flex-direction: column;
 background-color: rgba(0, 0, 0, 0.3   );
 z-index: 2;
}

.startButton{
   margin-top: 415px ;
   position: absolute;

}

.text{
    max-width: 50%;
    color:white ;
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 25px;
}

.title{
    color: white;
    font-size: 100px;

}

#backgroundOne{
    background-image: url(images/background-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

#backgroundTwo{
    background-image: url(images/background-image-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.logo{
    padding: 0 0;
    background-repeat: no-repeat;
    margin-left: 28%;
    margin-top: 0%;
    position: absolute;
    z-index: 1 ;
    opacity: 40%;

}

img{
    height: 600px;
    width: 600px;
}

.modal-content{
    margin-top: 200px;
}

.modal-title{
    font-size: 30px;

}

.modal-image{
    display: flex;
    height: 100px;
    width: 100px;
}

.modal-body{
  
    
}

.modal-body .dineInButton {
    margin-left: 32px;
} 

.buttonContainer .regmember{
    display: flex;
    margin-left: 10px;
    margin-top: 550px;
    z-index: 3;
    position: absolute;
    color: white;
}

.buttonContainer .regtext{
    display: flex;
    margin-left: 10px;
    margin-top: 520px;
    z-index: 3;
    position: absolute;
    color: white;
}

.form{
    position: absolute !important;
}