/*
Theme Name: Molaeb Template
Theme URI: http://example.com/twenty-fifteen-child/
description: >-
Twenty Fifteen Child Theme
Author: Elizabeth
Author URI: http://example.com
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-twenty-child
*/



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #044693d1;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  font-family: "Roboto", Sans-serif;
	font-weight:600;
}

#myBtn:hover {
  background-color: #ffffff;
	text-decoration:none;
	color:#000000;
	font-weight:600;
}