@import url(reset.css);

#ContentHolder {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: column;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
    border: solid black 0.5vh;
    padding: 1%;
}

h1 {
    text-align: center;
    font-size: 5vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p {
    text-align: center;
    font-size: 3vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

button, header, input, p {
    margin: 2%;
}

input {
    text-align: center;
    font-size: 3vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: solid black 0.5vh;
}

button {
    border: solid black 0.5vh;
}