body a {
    color: #001180;
    text-decoration: none;
}

body.uraniah {
    background-color: #8d8070;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.uraniahbild {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

/* unvisited link */
a:link {
    color: #06163a;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #030c1e;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #1955d5;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #034ce7;
    text-decoration: underline;
}

.container_t {
    width: 70vw;
    background-color: #8d8070;
    margin: 2rem auto;
}

.uraniah_center {
    color: #dde1d2;
    padding: 1rem 6rem;
    display: block;
}