*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
		background: black;

	color: white;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Fira Sans, sans-serif!important;
			overflow: hidden;
}	

#watch_wrap{

		width: 324px;
		height: 364px;
		position: relative;
		overflow: hidden;
}

h1{
	text-align: center;
}

#btn{

	width: 90%;
	height: 90px;
	background: red;
	display: flex;
	text-align: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
	margin: 20px auto;
	margin-top: 20px;
	border-radius: 15px;
	font-weight: 800;
	font-size: 200%;
	
}

#popette{
	position: absolute;
	width: 200px;
	height: auto;
	bottom:-150px;
	left: 20%;
	transition : bottom 1s;
	
}