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

html {
    font-family: "Roboto", sans-serif;
    margin: 0;
    background: #222;
    color: white;
    height: 100%;
}

body {
    padding: 50px;
}

div {
    margin: 50px 0;
}

h1 {
    margin: 0;
}

.rj45 {
    width: 100%;
    max-width: fit-content;
}

a {
    color: lightblue;
    background: #444;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 10px 0 0;
    display: block;
    width: fit-content;
}

a:visited {
    color: lightblue;
}

code {
    display: block;
    background: #000;
    color: violet;
    padding: 3px 6px;
    margin: 5px 0 0 0;
    width: fit-content;
    font-size: 16px;
}

li {
    margin-bottom: 10px;
}
