.header {
    background-color: antiquewhite;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 40px;
}

body {background-color: antiquewhite;
}

.h1 {
    font-family: 'Times New Roman', Times, serif;
    color: black;
    font-size: 26px;
}

.h2 {
    font-family: 'Times New Roman', Times, serif;
    color: black;
    font-size: 20px;
}


.p {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
}

div.title {
    text-align: center;
}

div.content {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

div.legal {
    margin-right: 30%;
    margin-left: 30%;
    padding-top: 50px;
    text-align: justify;
    font-size: 14px;
}

div.divider {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

div.bottom-logo {
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: 80%;
    padding-top: 100px;
}

/* Solid divider */
hr.solid {
    border-top: 3px solid black;
    margin-left: 40%;
    margin-right: 40%;
    text-align: center;
  }

/* footer */
.p-f {
    font-family: 'Times New Roman', Times, serif;
    font-size: 10px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}