*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.Container{
    height: 727px;
    width: 1535px;
    background-color: burlywood;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnContainer{
    height: 300px;
    width: 400px;
    background-color: white;
    box-shadow: 0px 0px 30px 0px black; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnExact{
    height: 200px;
    width: 300px;
    background-color: burlywood; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.round{
    height: 50px;
    width: 150px;
    background-color: white;
    border-radius: 30px;  
     
}
.circle{
    height: 40px;
    width: 40px;
    background-color: black;
    margin-left:3px;
    margin-top: 6px;
    border-radius: 50%
    
}
.circle1{
    height: 40px;
    width: 40px;
    background-color: black;
    margin-left:107px;
    margin-top: 6px;
    border-radius: 50%
    
} 
  