img {
	width: 150px;
	float: right;
	object-fit: cover;
}

.title {
	text-align: center;
	background-color: skyblue;
	border:1px;
	border-style:solid;
}

a{
    display: block;
    text-align: center;
    height: 30px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background: cornflowerblue;
    line-height: 30px;
    border:1px;
    border-style:solid;
    transition: all 0.6s;
}
a:hover{
    background: pink;
}

.text {
	text-align: justify;
	text-justify: inter-word;
}

hr.style {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}