body {
    background-color: #36393F;
}



.font {
    font-family: 'Arial';
}
.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #36393E;
    color: white;
    text-align: center;
  }
.background {
    overflow-y: hidden; 
    overflow-x: hidden;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.4em;
    font-family: sans-serif;
    min-width: 1000px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.center {
    margin-left: auto;
    margin-right: auto;
  }
.shadow {
    -moz-box-shadow: 2px 2px 3px #000; 
    -webkit-box-shadow: 2px 2px 3px #000; 
    box-shadow: 2px 2px 3px #000;

}



.button {
    width: 1000px;
    padding: 15px 250px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 15px;
    margin-top: 15px; 
    margin-bottom: 15px;
    -moz-box-shadow: 2px 2px 3px #000; 
    -webkit-box-shadow: 2px 2px 3px #000; 
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  }
  
.button:hover {
      background-color: #3e8e41
    }
  
.button:active {
    background-color: #3e8e41;
    transform: translateY(4px);
}

