@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');

body {
    background-color: black;
    background-repeat: no-repeat;
    background-image: url('../images/background.png');
    background-position: top center;
    margin: 0px;
}

main {
    display: block;
    margin: 0px auto;
    max-width: 800px;
}

.blackcontainer {
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.9) 0%, rgba(15, 15, 15, 0.8) 10%, rgba(0, 0, 0, 1) 100%);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
    outline: 1px solid rgb(100, 100, 100);

    padding: 5px 10px;

    margin: 0px;
    margin-left: 15px;
    margin-top: 0px;
    margin-right: 15px;

    height:1000px;
}

.titlebar{
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.5) 0%, rgba(29, 29, 29, 0.5) 100%);
    padding: 1px 5px;
}

h3 {
    color: white;

    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;

    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h5 {
    color: rgba(255, 255, 255, 0.5);

    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

h2 {
    color: rgba(255, 255, 255, 1);

    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


p {
    color: white;

    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;

    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}