body {
    margin-left:40%;
    margin-right:40%;
    text-align: justify;
    text-indent: 5%;

    font-family: "Lilex", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

footer {
    text-align: center;
    text-indent: 0%;
}

img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width: auto;
    text-indent: 0%;
}

h1,h2,h3,h4,h5,h6 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: black;
    text-indent: 0%;
}

.subheading {
    text-align:center;
    font-family: monospace;
    color:#333355;
    text-indent: 0%;
}

.divider {
    text-align:center;
    font-family: monospace;
    color: black;
    text-indent: 0%;
}

.button {
    font-family: "Lilex", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #0000ff;
}
.button:hover {
    cursor:pointer;
    border: 2px solid black;
}