     body {
    background-color: #ffffff;
}

h2, h4 {
    color: #000;
}

form {
    max-width: 400px;
    margin: 0 auto;
}
table{
    margin: 0 auto;
    margin-top: 43px;
    text-align: left;
    padding: 21px;

}
nav{
    background: #0E3C6E;

}

.btn {
    background-color: #0E3C6E;
    margin-top: 12px;
    color: white;
    padding: 4px;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: calabiry;
    width: 40%;
}
.btn:hover{
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 8px;
}
.text-center{
    margin-bottom: 200px;
}

.footer{
    background-color: black;
    margin-top: 120px;
}

.links a{
    text-decoration: none;
    color: white;
    display: block;
    text-align: left;

}
.links h2{
    color: white;
    font-size: 24px;
    text-align: left;
}

.contact{
      text-decoration: none;
    color: white;
    display: block;
    text-align: left;
}
.contact h2{
    color: white;
    text-align: left;
    font-size: 24px;
}
.footer{
    text-align: center;
    padding: 12px;

}
.copyright{
    color: white;
    border-top: 1px solid white;
    margin-top: 31px;
    font-size: 12px;
}
.left-menu a{
    color: white;
    text-decoration: none;
    padding: 5px;
}
.center_heading h2{
    color: white;
   
    font-family: sans-serif;

}

.info-space{
    margin-left: 32px;
}
.info{
    margin: auto;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}