body{
    background: #263238;
    /*background-image: url("../img/background.png");*/
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}


#header{
    background: #263238;
}

#myname{
    color: whitesmoke;
}

.accordion{
    color: #FFA500;
}

.active, .accordion:hover {
    background-color: #18343f;
    color: #FFA500;
    /*color: #d32f2f;*/
}

.panel, .panel *{
    color: antiquewhite;
}

.panel{
    background-color: #0f2027;
}

.box2 > .panel{
    background-color: #29434e;
}

.box2 .accordion{
    color: #FFA500;
}


#personal_details_keys > p{
    color: #d32f2f;
}

#personal_details_values{
    color: antiquewhite;
}

.accordion, #header{
    background-image: url("../img/background2.png");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#warning{
    background: rgba(0,0,0,0.65);
}

#warning_message{
    color: whitesmoke;
}

#accept{
    color: #4db6ac;
}

#accept:hover{
    color: greenyellow;
}