@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martian+Mono:wght@400;500;600;700;800&display=swap');

*{
    font-family: "Poppins",sans-serif;
    box-sizing: border-box;
}

body{
    background-attachment: fixed;
    background-size: cover;
}


.footer_box{
    position: fixed;
    left:0;
    bottom:3px;
    width:100%;
    text-align: center;
    font-size:12px;
    color:rgba(0,0,0,0.6);
}

.footer_box img{
    height:20px;
}

