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

body {
    background: #121212;
    color: #e0e0e0;
    font-family: 'Roboto Mono', monospace;
}

.social i{
    color: white;
}
  