body, button, option {
    font-family: "Chicago", "Munro", "Arial", sans-serif;
    font-size: 15px;
}

body {
    background-image: url('../img/confetti.gif');
    height: 100%;
}

@font-face {
    font-family: 'Munro';
    src: url('../font/Munro.ttf');
  }

#pagecontainer {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 97vh;
    align-items: center;
    justify-content: center;
}

button#download {
    border-radius: 4px;
    background-color: #DDDDDD;
    border: 1px solid black;
    padding: 4px 24px;
    font-weight: 900;
}

select {
    width: 100%;
    font-size: 1rem;
}

button.bg{
    width:100%;
    padding: 8px auto;
    background-color: white;
    border: 0 1px 1px 1px;
}

#maincontainer {
    background-color: #DDDDDD;
    max-width: 710px;
    border: 1px solid black;
}
.flexcontainer {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    max-width: 680px;
}

#minimize {
    align-self: left;
    height: 22px;
    width: 22px;
    background-color: #DDDDDD;
    text-align: center;
    border-bottom: 1px solid black;
}

#menubar {
    background-color: #666666;
    color: white;
    text-align: center;
    flex-grow: 1;
    border-bottom: 1px solid black;
}

#menu {
    align-self: right;
    height: 22px;
    width: 22px;
    background-color: #DDDDDD;
    text-align: center;
    border-bottom: 1px solid black;
}



#leftcontent, #rightcontent, #rightheader {
    border: 1px solid black;
    margin: 4px;
    padding: 8px;
    background-color: white;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.5);
}

#leftcontent, #rightheader {
    width: 200px;
}

#rightcontent, #leftheader {
    flex-basis: 2;
    flex-grow: 2;
}

#rightcontent {
    height:400px;
}

#leftheader {
    background-color: #5057AF;
    border: 1px solid black;
    margin: 4px;
    padding: 8px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.5);
}
#dlarea, #previewarea {
    position: absolute;
    bottom: 16px;
}

#text1, #text2 {
    margin-left: 82px;
    font-weight: 800;
    font-family: 'Munro'
}

a {
    color: black;
}

#previewimg {
    width: 200px;
}