body{
    background-color: black;
    color: rgb(230, 230, 230);
    font-family: serif;
}
a:visited{
    color: rgb(107, 0, 168);
}

a:link{
    color: red;
}

hr{
    color: grey;
}

h1, h2, h3{
    font-family: Arial, Helvetica, sans-serif;
}

.horiz{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.horiz > div {
    margin-right: 1rem;
    width: min-content;
}

.himage{
    
    height: 300px;
    width: auto;
}