body{
    background: url("bg.jpg"); 
    min-height: 100vh;
    background-repeat: no-repeat;
    
}
#hd{
    font-size: 100px;
    color: aliceblue;
    margin-left: 30%;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.main{
    display: flex;
   margin-left: 20%;
}
.cmp{
    display: inline;
    width: 110px;
    margin: 0 auto;
    height: 70px;
	background-color:	#b6742f;
    color:aliceblue;
    display: flex;
	align-items: center;
	justify-content: center;
    margin: 40px;
    border-radius: 4px;
    box-shadow: 0px 15px 10px -15px #111;  
    margin-left: 200px;
}
.cmp:hover{
    background-color: rgb(158, 64, 64);
}