body {
    font-family: lato;
    background-color: #0d5ddd;
    width: 100%;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    padding: 8px;
}
.top-wrapper{
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    position: relative;
    height: 600px;
    background: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: black;
}
.top-wrapper p{
    text-align: center;
    font-family: lato;
}
.top-wrapper a{
    background: #ffffff;
    margin: 14px;
    font-size: 11px;
}
.chart-wrapper{
    width: 98%;
    box-sizing: border-box;
}
.visible-spectrum-wrapper{
    /*background: black;*/
}
#visible{
    width: 100%;
    height: 60px;
}
.bottom-wrapper{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin-top: 12px;
    justify-content: space-between;
}
.bottom-left{
    flex-basis: 59%;
    background: white;
    border-bottom-left-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
   
    box-sizing: border-box;
    padding: 10px;
}
.instructions h3{
    display: flex;
    justify-content: center;
    font-size: 24px;
}
.input{
    background-color: #0d5ddd;
    border-radius: 8px;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-size: 24px;
    flex-basis: 30%;
    width: 75%;
}
.number{
    font-size:20px;
    font-family: lato;
    text-align: center;
    font-weight: 600;
}
.submit-button{
    background-color: #0e5cdd;
    border-radius: 2px;
    border-width:2px;
    padding: 5px 20px 5px 20px;
    font-size:18px;
    color: white;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight:700;
}
#error-message{
    color: red;
    font-size: 12px;
    line-height: 1.1em;
}
.bottom-right{
    flex-basis: 40%;
    background: white;
    border-bottom-right-radius: 8px;
}
.bottom-right img{
    width: 100%;
}
