button {
    width: 10%;
    height: 10%;
    /*background-color:#326273;*/
    background-color: #A26E63;
    font-size: 25px;
    margin: 2px;
    color: white;
}

button:hover {
    /*background-color: #915D52;*/
    background-color: #915D52;
}

button:active {
    background-color: #CEC075;
}

body {
    text-align: center;
    /*background-color:#5c9ead;*/
    /*background-color:#293F14;*/
    background-color: #654C4F;
}

#divvv {
    font-size: 24px;
    margin-left: 20%;
    text-align: left;
    /*justify-content: left;*/
    padding: 4px;
}

h1 {
    width: 100%;
    font-size: 40px;
    letter-spacing: 1px;
    background-color: #E39774;
    text-shadow: 1px 1px 1px #c44f0c,
    2px 2px 1px #c44f0c;
}

.detailclass {
    padding: 15px;
    margin-left: -20%;
    text-align: center;
    line-height: 2.2;
}

.dropdown {
    width: 2px;
}

/*a:link*/
/*{*/
/*	color:red;*/
/*}*/
/*a:visited*/
/*{*/
/*	color:#FF4500;*/
/*}*/
/*a:hover*/
/*{*/
/*	color:gray;*/
/*}*/
/*a:acitve*/
/*{*/
/*	color:#FF6347;*/
/*}*/

