@charset "utf-8";
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
    font-family:"Poppins", sans-serif;
}

body{
    display: flex;
    justify-content: center;
    align-items:center;
    min-height:100vh;
   background: url('../images/bg_1.jpg') no-repeat; 
   background-position: center;
   background-size: cover;
}
.w-80 {
    width: 430px;
    background: rgb(118, 127, 207);
    color: rgb(10, 10, 10);
    border-radius:  20px;
    padding: 70px 50px;
}

