

body {
    margin:0;
    padding:0;
    display:block;
    font-family: 'Inconsolata', monospace;
}

.header {
    top: 0px;
    color: white;

    text-align: center;
    width: 100%;
    font-family: 'bad';
    font-size: 200%;
    padding-bottom: 30px;
}

.footer {
    color: white;
    text-align: center;
    width: 100%;
}

.footer a {
    text-decoration: none;
}

button {
    margin: 10px;
    font-family: 'bad';
    background-color: black;
    color: white;
    font-size: 20px;
    border-radius: 20px;
    padding: 10px;
    border-style: outset;
    border-width: 5px;
}

button:hover {
    background-color: greenyellow;
    color: black;
}

#titleText {
    background-color: black;
    background: linear-gradient(to left, greenyellow, blue, black, blue, greenyellow);
    border-style: outset;
    border-width: 5px;
}

iframe {
    border-style: outset;
    border-width: 5px;
    margin: 30px 10px;
}

.background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: -1;
    background-image: url("./img/background.jpg");
    background-position: center;
    background-size: cover;
}

.listing {
    border-style: outset;
    border-width: 5px;
    margin: 30px auto;
    background-color: white;
    color: black;
    text-align: left;
    font-size: 16pt;
    max-width: 800px;
}

.galleryImage {
    width: 100%;
    height: auto;
}

.listingHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px;
    padding: 20px;
    background-color: lightgrey;
}

.listingHeader h4 {
    font-size: 16pt;
    padding: 0px;
    margin: 0px;
}

.listingHeader p {
    padding : 0px;
    margin: 0px;
}

.listingArticleContent {
        padding : 30px;
}

.listingTopRight {
    font-size: 12pt;
}

h2 {
    background-color: blue;
    border-radius: 40px;
    max-width: 500px;
    margin: 30px auto;
    padding: 15px;
}
