body{
    background-image: url(indexbg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size:cover;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    margin-bottom: 15%;
    position: relative;
    align-items: center;
    display:block;
    margin-left: auto; 
    margin-right: auto;
    top: 0px;
    bottom:0px;
}
* {
  cursor: url('https://cur.cursors-4u.net/others/oth-2/oth200.cur'), auto !important;
}
#container{
    height: 100px;
    width: 700px;
    position: relative;
    align-items: center;
    background-color: rgb(226, 213, 195, 0.842);
    box-shadow:2px 8px 8px 1px #0000004d; 
    border: #0000004d dotted;
    text-align: center;
    min-height: 700px;
    display:block;
    margin-left: auto; 
    margin-right: auto;
    top: 0px;
    bottom:0px;

}
#button1{
    border-color: none;
    font-size: 100%;
    background-color: rgb(183, 220, 253);
    
}
#button2{
   
    border-color: none;
    font-size: 100%;
    background-color: rgb(247, 248, 159);
    
}
#button3{
    
    border-color: none;
    font-size: 100%;
    background-color: rgb(255, 153, 153);
   
}
#button4{
    
    border-color: none;
    font-size: 100%;
    background-color: rgb(142, 226, 135);
   
}

#button1:hover{
    background-color: white;
}
#button2:hover{
    background-color: white;
}
#button3:hover{
    background-color: white;
}
#button4:hover{
    background-color: white;
}
