body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "SourceSerif4 Regular", serif;
}

ul {
    list-style-type: none;
}

a {
    color:black;
}

a:link {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
}

img {
    width: 500px;
}


@font-face {
    font-family: "SourceSerif4 Regular";
    src: url("assets/SourceSerif4-Text-BASIC-Regular.otf");
}

@font-face {
    font-family: "IBMPlexMono Regular";
    src: url("assets/IBMPlexMono-Regular.otf");
}


 /*
a:focus {
}


table {
    width: 70%;
    margin-left: 10%;
    margin-right: 20%;

}

a:hover {
}

.words {
    margin-right: 200px;
}
a:active {
} */
