@font-face {
    font-family: MuseoSans;
    src: url("/static/MuseoSans_300.otf") format("opentype");
}

body {
    font-family: "MuseoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    background-image: url('/static/background.jpg');
    background-size: cover;
    background-position: center;
}

a {
    color: #007BFF;
    text-decoration: none;
}

#content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
}

.contentrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.contentcell {
    padding: 10px;
}

.contentcell.left-edge {
    border-left: 3px solid rgb(233, 1, 43);
    padding: 0 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.contentcell.left-edge p {
    margin: 10px 0;
}
