
html {
    font-family: "Helvetica Neue";
}

body {
    margin: 0;
}

header {
    color: white;
    font-size: 1.25rem;
    background-color: #005A9B
}

header img {
    vertical-align: middle;
    width: 3.5rem;
    padding: 10px;
    padding-left: 30px;
}


.header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3rem;
    color: white;
    font-size: 1rem;
    background-color: #005A9B;
    text-align: center;
}

.picker {
    margin-left: 10%;
}

.instructions {
    width: 30rem;
    margin-left: 10%;
    margin-right: 5%;
}

#retriever {
    margin-left: 10%;
    display: none;
}

#myProgress {
    border-radius: 0.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    height: 0.5rem;
    width: 15rem;
    background-color: lightgrey;
}

#myBar {
/*    display: flex;
    justify-content: center;
    align-items: center;*/
    /*vertical-align: bottom;*/
    border-radius: 0.25rem;
    width: 0%;
    height: 0.5rem;
    background-color: green;
}