aboutsummaryrefslogtreecommitdiff
path: root/static/main.css
body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: #703f96;
    padding: 0 2rem;
    color: white;
}

header img {
    max-height: 4rem;
    padding: 0 1rem 0 0;
}

header h1 {
    font-weight: 300;
    font-size: 2em;
}

header a {
    color: #EFEFEF;
    text-decoration: none;
    border-bottom: white 1px solid;
}

header a:hover {
    color: white;
}

.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav a {
    font-size: 1.25rem;
    margin-left: 1rem;
}

.wrap {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.content {
    font-weight: 300;
    width: 700px;
}

.content h1 {
    font-weight: 300;
}
    
.footer {
    padding-top: 10rem;
}

/*************************************************************************/

.explorer {
    display: grid;
    margin: 2em -5
    border: black 0.5px dashed;
}

.expl-header {
    font-size: 1.25em;
    background: #EFEFEF;
    padding: 0.5em;
}