body{
    margin:0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ff477f;
	background-image: linear-gradient(rgba(255, 71, 127, 0.75), rgba(255, 71, 127, 1)),url(../GX0oEmIbYAAf84d.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}

.main{
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}