body::-webkit-scrollbar {
  display: none;
}

.button {
  	color: white;
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #3d3d3d;
    cursor: pointer;
    border-radius: 4px;
}

.button1 {
  	color: white;
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #3d3d3d;
    cursor: pointer;
    border-radius: 4px;
}
            
.button1:hover {
    background: #505050;
}

.button1:active {
    background-color: #aaaaaa;
    color: black;
    border: none;
    outline: none;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 4px;
}
.color {
    margin: 0;
    background: #212121;
}


.alert {
    padding: 20px;
    background-color: #A61414;
    color: white;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif; 
}
.alert.controls {
    background-color: black;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black; 
}

.closebtn.black {
    color: grey;
}

.closebtn.black:hover{
    color: white;
}