
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/* Style buttons */
.btn {
    background-color: DodgerBlue; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 2px 2px; /* Some padding */
    margin: 2px 2px; /* Some padding */
    font-size: 7pt; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
    width: 30px;
    height: 30px;
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: RoyalBlue;
}

.bcimg {
  border: 1px solid red;
}

.controlsspan {
  position: absolute;
  top: 10px;
  left: 10px;
}

.controlscont {
    border: 1px solid black;
    position: relative;
    bottom: 0;
    left: 5px;
    width: 255px;
    height: 35px;
    background: "Pink";
    //visibility: "hidden";
    padding: 5px;
    padding-botttom: 0;
}

bcdiv {
    position: default;
    background-color: red;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}


body {
    background-color: antiquewhite;
    border: 5px inset blue;
    padding: 10px;
    margin: 0px;
}