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

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #BCBCBC;
}

.title { font-weight: 600; color: #005FFF; text-transform: uppercase; }