*{
	margin: 0;
	padding: 0;
}

body{
	background: #404a64;
	text-align: center;

}

h1{
	font-size: 4rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-shadow: 2px 2px 0px #35383f;
    color: white;
    margin-top: 20px;
}
p{
	font-size: 1.5rem;
    margin-bottom: 60px;
    font-weight: 1000;
    color: white;
    font-family: cursive;


}
.main  img{
	margin-bottom: 40px;

}

button{
	font-size: 1.2rem;
    padding: 0.75rem 1rem;
    width: 160px;
    border-radius: 17px;
	background: #1f6fb0;
    box-shadow: 0px 4px 0px 0px #23649b;
    font-weight: 600;
    border: 2px solid #1f6fb0;

}
button:hover{
	color: aliceblue;
	cursor: pointer;
}
.shadow-img{
	margin-left: 7px;

}

