
.navbar-nav {
  align-items: flex-start;
}
.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: #A3AEA0;
    border:none;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}
a:focus {
  background-color: rgb(255, 255, 202);
}
.btn:focus {
  background-color: rgb(236 137 10);
}
.btn.clear:focus {
  background-color: rgb(255, 255, 202);
}
#content:focus {
	border-radius: 3px;
	box-shadow: rgb(255, 255, 202) 0px 0px 5px 10px;
}

#changeimg,#playSound {
	padding:5px 10px;
}

.btn-area {
	padding-bottom:10px;
}