@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,500;0,600;0,700;1,300&display=swap");

@font-face {
    font-family: GodFather;
    src: url("../fonts/godf.ttf"); /* TTF file for CSS3 browsers */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font: 14px "Poppins", "Lucida Grande", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100vh;
}

a {
    color: #00b7ff;
}
