*{padding:0;margin:0;}

.float-upload-btn{
	position:fixed;
	width:63px;
	height:60px;
	bottom:2%;
	right:2%;
  background-color: #55fc18bb;
  color: white;
  font-size: 2.7rem;
  text-decoration: none;
  opacity: 1;
  border-radius: 0; 
  text-align:center;
  box-shadow: 4px 4px 0 #227006;
  transition: all 0.15s ease-in-out;
  user-select: none;
 }

.float-upload-btn:hover {
  background-color: #2d9507;
  box-shadow: 2px 2px 0 #227006;
  border-color: #227006;
  }

.float-create-album-btn{
	position:fixed;
	width:63px;
	height:60px;
	bottom:2%;
	right:2%;
  background-color: #55fc18bb;
  color: #f2f2f2;
  font-size: 2.7rem;
  text-decoration: none;
  border-radius: 0; 
  text-align:center;
  box-shadow: 4px 4px 0 #227006;
  transition: all 0.15s ease-in-out;
  user-select: none;
 }

 .float-create-album-btn:hover {
      background-color: #2d9507;
      box-shadow: 2px 2px 0 #227006;
      border-color: #227006;
  }

.my-float{
	margin-top:22px;
}

 
@media (max-width: 599px) {
  .float-upload-btn, .float-create-album-btn{
	bottom:2%;
	right:4%;
 }

}