@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Poppins:wght@300;400;500;600;700&display=swap');

body{
font-family: 'poppins', sans-serif;

background: linear-gradient(to right, #565459, #bfbfbf );
}

.bg-img{
    background-image: url(../img/key-g1eb52aa2e_1920.jpg);
    width:300px;
    height:600px;
    background-position: center;
    background-size: cover;
    border-bottom-right-radius: 3rem;
}