@import url('https://fonts.googleapis.com/css2? family= Nunito:wght@300;400;500;600;700 & display=swap');



 body {
    font: 18px "nunito" , sans-serif ;
    color:rgb(235, 0, 0);
    min-height:100vh ;
    padding: 2rem;
    display :flex ;
    justify-content: center;
    align-items: center;

    &::before 
        content: '';
        position: fixed;    
        inset: 0;
        z-index:-1 ;
        pointer-events: none ;
        background: url(https://www.technopat.net/sosyal/medya/saulgoodman-jpg.237/full/)no-repeat center ;
        background-size: cover;
    
