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: 2%;
    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: 200px;
    width: 700px;
    position: relative;
    align-items: center;
    background-color: rgb(184, 181, 178, 0.842);
    box-shadow:2px 8px 8px 1px #0000004d; 
    border: #0000004d dotted;
    border-radius: 10px;
    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(99, 149, 194);
    
}
#button2{
   
    border-color: none;
    font-size: 100%;
    background-color: rgb(195, 199, 75);
    
}
#button3{
    
    border-color: none;
    font-size: 100%;
    background-color: rgb(209, 92, 92);
   
}
#button4{
    
    border-color: none;
    font-size: 100%;
    background-color: rgb(93, 197, 84);
   
}

#button1:hover{
    background-color: white;
}
#button2:hover{
    background-color: white;
}
#button3:hover{
    background-color: white;
}
#button4:hover{
    background-color: white;
}

a:visited{
  color:black
}