/* /assets/css/main.css */

body {
    background-color: #ffffff;
    color: #000000;
}


/* Home button */

.homebutton {
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
    margin-bottom: 2px;
}

h2 {
    margin-top: 2em;
}

h3 {
    margin-top: 2em;
}

.indent {
    margin-left: 2em;
}

/* Lines */
hr.solid {
    border: 0;
    border-top: 1px solid #808080;
}

hr.dashed {
    border: 0;
    border-top: 1px dashed #808080;
}
/* Tables */

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #000000;
    padding: 12px;
}


/* Images */

img {
    max-width: 900px;
    width: 100%;
    height: auto;
}


/* Mobile */

@media (max-width: 600px) {
    body {
        font-size: 18px;
    }
}