
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

body {
    /*background: #0e1a2e;*/
    background: #fff;
    color: #fff;
    font-family: Raleway, sans-serif;
    padding:0;
    margin:0;
}

h1, h2, a {
    color:#c5fd2a;
}

html main {
    text-align:center;
}
html main #content {
    margin-top:2rem;
    display:inline-block;
}

html #content button {
    color:#000;
    background: #c5fd2a;
    border:solid 3px #c5fd2a;

    padding:0.5em;
    font-size:large;
    margin:1em;

    font-family: Raleway, sans-serif;
    font-weight: 600;
    cursor:pointer;
}

html #header, html #footer{
    display:block;
    padding:2.065rem;
    position:relative;
    background: #0e1a2e;
    box-shadow:0 0 0.5rem 0.1rem rgba(0,0,0,0.95);
}

html div#logo {
    margin:0 2.065rem 0 0;
    display:inline-block;
}

html #header h1 {
    display:inline-block;
    margin:0;
    vertical-align:top;
    font-weight:600;
}

#content {
    background:rgba(0,0,0,0.8);
    backdrop-filter:blur(10px);
    padding:2rem;
    box-shadow:0 0 0.5rem 0.1rem rgba(0,0,0,0.95);
}

img#shape {
    position:absolute;
    z-index:-1000;
    bottom:0;
    left:-400;
    
}
