/*
Name: Joshua Brockschmidt
Date: 05.14.18
Section: CSE 154 AB

Style information for index.html. Mostly just centers things.
*/

body, button {
    font-family: Arial, sans-serif;
    font-size: 15pt;
}

h1 {
    text-align: center;
    font-size: 40pt;
}

legend {
    font-size: 25pt;
    font-weight: bold;
}

#xkcd {
    padding: 5px;
}

#xkcd, fieldset {
    border: 2px solid black;
}

#xkcd img {
    width: 640px;
    height: auto;
}

main, fieldset {
    display: flex;
    flex-direction: column;
}

main {
    align-items: center;
    width: 100%;
}

fieldset {
    width: 60%;
    min-width: 300px;
    margin-top: 20px;
}

fieldset div {
    margin: 5px;
}

#passwords {
    width: 58%;
    margin: 30px;
    font-family: Courier, monospace;
    text-align: left;
}

.highlight {
    color: grey;
    text-decoration: underline;
}
