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

body{
    font-family: "Roboto", sans-serif;
    background-color: black;
    color: white;
}

a:visited{
    color: b;
}

a{
    color: antiquewhite;
}

a:hover{
    color: cyan;
}

code{
    font-family: "Ubuntu Mono", monospace;
}

.note{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

img.icon{
    float: right;
    width: 300px;
}