body {
	background: url('bg.jpg') no-repeat ;
}
.man {
	width: 255px;
	position: absolute;
	top: 155px;
	left: 300px;
}

.entrust {
	position: absolute;
	top: 20px;
	left: 780px;
}
.role {
	position: absolute;
	top: 612px;
	left: 120px;
}
.report {
	position: absolute;
	top: 770px;
	left: 560px;
}
.site {
	position: absolute;
	top: 742px;
	left: 960px;
}
.means {
	position: absolute;
	top: 640px;
	left: 1360px;
}
.pill {
	position: absolute;
	top: 200px;
	left: 900px;
}
.pill {
	transform: rotate(10deg);
	animation: change 3s infinite alternate;
}

@keyframes change {
0% {transform: rotate(0);}
50% {transform: rotate(10deg);}
100% {transform: rotate(-10deg);}
}
.overlay-button {
    display: inline-flex;
    align-items: center;
    position: absolute;
    left:850px;
	top:570px;
    height: 40px;
    padding-right: 34px;
    padding-left: 34px;
    font-size: 18px;
    font-weight: `500;
    line-height: 1;
    border-radius: 4px;
    margin: 4px;
    cursor: pointer;
}
#accept-button {
    background-color: rgb(132, 94, 194);
    color: white;
    transition:transform 0.5s;
}
#accept-button:hover{
	transform:scale(1.5,1.5)
}