:root {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    padding-top: 125px;
}

header {
    background-color: cornflowerblue;
    padding: 1px;
    text-align: center;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

header h1 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 6px;
}

header input[type=text] {
    font-size: 1em;
    width: 75%;
}

header select {
    font-size: 1.2em;
    width: 65%;
}

header button {
    font-size: 1.4em;
    background-color: cornsilk;
    border-radius: 2px;
    border: 1px white solid;
}

main a {
    text-decoration: none;
    color: cornflowerblue;
}

main strike {
    color: darkgrey;
}