/* This file contains styling that is generic to the whole webpage, and is used across all sublinks. */
@font-face {
    font-family: "Verdana";
    src: url("assets/fonts/verdana.ttf") format("truetype");
}
body {
    /*background-color: black;*/
    background-image: url("assets/images/hubbledeepfield_background.jpg");
    font-family: Verdana;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    color: white;
}
.website-title {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 30px;
}
hr {
    color: lightgray;
}
p,
li {
    color: white;
}
p {
    margin: 0.5rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
button {
    font-family: Verdana;
}
a {
    color: white;
}
a:visited {
    color: slategray;
}
a:hover {
    color: skyblue;
}
.reversed {
    color: black;
}
.centered-div-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.centered-div-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.paragraph-container {
    margin: 2px;
    max-width: 75rem;
}
