*{
    padding:0; margin:0; border:0; box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

header {
    text-align: center;
}

#currency {
    font-size: 1em;
    width: 60vw;
    height: 40px;
    margin: 16px auto;
    background-color: #eee;
    border: 1px solid #eee;
}

hr {
    border: 1px solid #ccc;
    margin: 18px 12px;
}

#account a{
    /* text-decoration-style: wavy; */
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    margin: 0px 10px;
}

.generic_display {
    font-size: .8em;
    color: #222;
    text-transform: uppercase;
    margin: 20px auto;
    background-color: lightgray;
    width: 60vw;
    padding: 12px;
}

.generic_display img{
    width: 20px;
    position: relative;
    top: 5px;
}

.logo_placeholder {
    width: 50vw;
    height: 100px;
    background-color: #4ab2f1;
    margin:40px auto; /* center blocks with auto margin */
}

/* attribute selector to style element */
input[type=text] {
    font-size: 1em;
    color: #222;
    border: 1px solid #ccc;
    height: 30px;
    padding-left: 8px;
}

input[type=button]{
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    background-color: #4ab2f1;
    padding: 2px 8px;
    height: 30px;
    position: relative;
    left: -6px;
}

#mainmenu {
    background-color:#4ab2f1 ;
    width: 90vw;
    height: 50px;
    margin: 20px auto;
}

#mainmenu a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-decoration: none;
    color: #fff;
    padding: 0px 16px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
}

#mainmenu a img{
    position: absolute;
    right: 16px;
    top: 8px;
}

h1 {
    text-align: center;
    text-transform: uppercase;
}

h2 {
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}