@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    background: rgb(5, 5, 10);
    color: rgb(220, 220, 220);
    font-family: 'Roboto', sans-serif;
}

a {
    font-weight: 500;
    color: rgb(150, 150, 220);
    text-decoration: none;
}

.wrapper {
    width: 75%;
    margin: auto;
}
