body {
    background-color: #000;
    margin: 0;
    color: white;
}

.button {
    width: 100%;
    padding: .5em;
    background-color: #deab04;
    color: #fff;
}

.button:disabled, .button[disabled] {
    width: 100%;
    padding: .5em;
    background-color: #cccccc;
    color: #fff;
}

a:link {
    color: lightskyblue;
}

a:visited {
    color: #ec95cc;
}

a:hover {
    color: #ffffff;
}

a:active {
    color: #ff4040;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #333333;
}

.label-wrapper {
    width: 280px;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
}

.label1 {
    font-family:arial,sans-serif;
    color:#fff;
    font-size:20px;
    letter-spacing:3px;
}        

.label2{
    font-family:arial,sans-serif;
    color:#fff;
    font-size:30px;
    text-shadow:0px 0px 1px #fff;
}

a:link { color: lightskyblue; font-size: 20px; }
a:visited { color: lightskyblue; font-size: 20px; }
a:hover { color: #ffffff; font-size: 20px; }
a:active { color: #ff4040; font-size: 20px; }

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    float: left;
    color: white;
    padding: 14px 16px;
    font-size: 17px;
}

.topnav a.icon {
    float: right;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}
