@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* @import url('/css/BebasNeue-Regular.ttf'); */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	/* font-size: 2em; */
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none;
}
*::-webkit-scrollbar {
	display: none;
	overflow: hidden;
}

body {
	font-family: "Bebas Neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* height: 100%; */
	height: 100vh;
	width: 100%;
	/* color: white; */
	/* color: black; */
	background-repeat: no-repeat;
	background-size: cover;
}

.spotify {
	position: relative;
	float: right;
	margin: 0 0 0 auto;
	/* position: fixed; */
	font-family: "Bebas Neue", sans-serif !important;
	font-style: normal;
	font-weight: 400;
	display: flex;
	border-radius: 10%;
}

@media (max-width: 700px) {
	.spotify{
		display: none;
	}
}

.extra {
	/* display: none; */
}

.hide {
	display: none;
}

.offline {
	width: auto;
	height: auto;
	right: 10px;
	top: 10px;
	position: absolute;

}

/* innerbody {
	width: 100%;
	height: 100%;
	padding-left: 30%;
	padding-right: 30%;
	padding-top: 20%;
	padding-bottom: 20%;
} */

#time {
	font-size: 15rem;
	/* font-size: 25rem; */
}
/* #time span {
    font-size: 0.5em;
    //font-size: 1em;
} */

h1 {
	margin-bottom: 3rem;
	/* text-transform:uppercase; */
	font-size: 3rem;
}

h2 {
	margin-bottom: 0.5rem;
	/* text-transform:uppercase; */
	opacity: 0.8;
	font-size: 2rem;
}

@media (max-width: 700px) {
	#time {
		font-size: 6rem;
	}
	/* h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    } */
}
@media (max-width: 800px) {
	#time {
		font-size: 9rem;
	}
	/* h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1rem;
    } */
}

.btn-cok {
	border: none;
	/* border: black 1pox solid; */
	cursor: pointer;
	background-color: transparent;
	/* background-color: black; */
	color: transparent;
	/* color: white; */
	display: flex;
	justify-content: flex-end;
	width: 50px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.btn-cok:hover {
	/* color: #f00; */
	color: #000;
}

.bottom-buttons {
	/* display: hover; */
	/* float: initial; */
	bottom: 5px;
	/* margin: none; */
	margin: 0%;
	margin-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: 400;
	background-color: transparent;
	opacity: 0;
}

.bottom-buttons:hover {
	opacity: 1;
}

.btn {
	font-family: inherit;
	letter-spacing: 3px;
	background-color: transparent;
	border: none;
	color: white
}

/* Modal */

/* The Modal (background) */
.modal {
	color: #ebebeb;
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: hsla(0, 0%, 0%, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	position: relative;
	background-color: rgb(0, 0, 0);
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
  	-webkit-animation-duration: 0.4s;
  	animation-name: animatetop;
  	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {bottom:-300px; opacity:0} 
	to {bottom:0; opacity:1}
}

@keyframes animatetop {
	from {bottom:-300px; opacity:0}
	to {bottom:0; opacity:1}
}

/* The Close Button */
.close {
	color: #000000;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer !important;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer !important;
}

.modal-header {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

.modal-body {
	padding: 2px 16px;
}

.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}
