/* Colors */
/* red:   #EE7879  or  238,120,121 */
/* blue:  #2A3166  or  42,49,102   */
/* light: #CAE7DF  or  202,231,223 */
/* rosa:  #F4ABAA  or  244,171,170 */

body{
    background-image: linear-gradient(to bottom right, rgba(42,49,102,0.7),rgba(37,44,91,0.7)),url(https://www.designerinaction.de/wp-content/uploads/2017/12/stylische-wallpaper-schwarz.jpg);
    background-size: cover;
    text-align: center;
    color: white;
}

.quote-box{
    margin-top: 20px;
    padding: 15px;
    display: inline-block;
    min-width: 50%;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.3);
    max-width: 700px;
    width: 100%;
}

.quote-content-box{
    max-width: none;
    padding: 40px 40px;
}

#quote-form{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.6);
}

.select{
   padding: 6px 12px;
}

.category-select{
    padding: 6px 12px;
}

.btn-danger {
    margin-top: 2rem;
    background-color: #EE7879;
    border-color: #F4ABAA;
}

.btn-danger:hover{
    background-color: #CAE7DF;
    color: #2A3166;
    border-color: #2A3166;
}

.btn-reset{
    background-color: #CAE7DF;
    color: #2A3166;
    border-color: #CAE7DF;
}

.highlight{
    color: #EE7879;
}

.quotation-marks{
    width: 100px;
}