#main{
	background-color: brown;
	width: 100px;
	height: 100px;
	border-radius: 1000px;
}

#main:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.button {
	background-color: rgb(50, 205, 100);
	width: 200px;
	height: 60px;
	border-radius:20px;
	margin: 5px;
	text-align: center;
	align-items: center;
}

#wholething {
	display:flex;
}

#leftside {
	width: 50vw;
}


#box {
	width: 603.2795093px;
	height: 498.247902px;
	background-color: white;
	/*border:2px solid black;*/
	border-width: 2px;
  	border-style: solid;
  	border-color: black;

	position: relative;
}

#test {
	margin-left:1px;
	position: absolute;
	width:5px;
	height:5px;
	background-color: white;
}