body {
    background-image: url(../images/economic-bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
.wrapper {
    width: 100%;
}
.m-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    border-style: solid;
    border-color:#2d11cc;
    border-width: 5px;
    border-radius: 20px;
    min-width: 250px;
    max-width: 350px;
}
.button {
    border: 2px solid #0707aa;
    background-color: #eeeeee;
    font-size: .9rem;
    color: #0707aa;
    text-decoration: none;
    transition: 300ms ease-in-out;
    padding: 2px 15px 2px 15px;
}
.btn {
    border-color: #0707aa;
    color: #0707aa;
}
.btn:hover {
    background-color: #73f199;
    border-color: #2911b1;
    border-radius: 20px;
    border-width: 2px;
    color: #ff0000;
    font-weight: bold;
}
.btn:active {
    background-color: #ff0000;
    border-color: #000000;
    color: #ffffff;
    font-weight: bold;
    transition: none;
}
.c-wrapper {
    width: 80%;
    max-width: 1000px;
    background-color:white;
    border-style: ridge;
    border-width: 9px;
    border-color: #2d11cc;
    border-radius: 55px;
    padding: 10px 20px 40px 20px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
}
.cent {
    text-align: center;
}
.marg-tb2 {
    margin: 2px 0 2px 0;
}
hr.full-green {
    width: 100%;
    background-color: #00ff00;
    border: 0;
    color: #00ff00;
}
.lh5 {
    height: 5px;
}
.lh3 {
    height: 3px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: double blue 5px;
}
.flex-container > div {
    width: 250px;
    margin: 10px;
    text-align: center;
    font-size: 1.25rem;
}
.flex-container > div.daw {
    width: 300px;
    margin: 10px;
    text-align: center;
    font-size: 1.25rem;
}
.flex-container > div.kr {
    width: 350px;
    margin: 10px;
    text-align: center;
    font-size: 1.25rem;
}
/** Font Size Styles **/
.fs2 {
    font-size: 1.5em;
    font-weight: 600;
}
.fs3 {
    font-size: 1.17em;
    font-weight: 600;
    line-height: 1.2;
}
.fs4 {
    font-size: 1em;
    font-weight: 600;
}
.fs5 {
    font-size: .87em;
    font-weight: 600;
}
@media screen and (max-width: 600px){
    body {
        background: none;
        background-color: gray;
    }
    .c-wrapper {
        width: 90%;
        padding: 5px;
    }
}