*{
margin:5px;
padding: 3, 8,4,5;
}

#table{
    margin-left: 5px;
    margin-bottom: 4px;
    margin-right: 4px;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(81,91,233,0.5);
    text-align: start;
    color: rgb(12, 75, 4);
    font-size: 20px;
}
.button{
    margin-top: 15px;
}
.button a {
    text-decoration: none;
    font: 0.9rem;
    padding: 3px 5px;
    background-color: white;
    font-weight: 600;
    border-radius: 5px;
    color: rgb(12, 75, 4);
}

.button{
    box-sizing: border-box;
    box-shadow: white;
    color: rgb(12, 75, 4);
   

}
.green:hover{
    color :white;
    background-color: rgb(12, 75, 4);
    
}
#contact-form #form2{
    margin-left: 3px;
    margin-bottom: 4px;
    margin-right: 3px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(81,91,233,0.5);
    text-align: center;
    color: rgb(12, 75, 4);
    font-size: 50px;
	
}