/* 
Google fonts Poppins

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

.custom_btn {
    width:300px;
    height:50px;
}