@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Share:400,700|Noto+Sans');
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    background-color: #0f1728;
}

h1 {
    margin: 16px;
    font-family: 'Share', serif;
    color: white;
    font-size: 5em;
    font-weight: 700;
}

h1 a{
    color: rgb(255, 255, 255);
    text-decoration: none; /* no underline */
}

h1 a:hover{
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 8px #8a8a8a;
    text-decoration: none; /* no underline */
}

#logo {
    font-size: 3.6em;
    color: white;
}

header {
    height: 70vh;
    width: 100%;
    background: linear-gradient(to right, #346cec 0%, #2f46a3 100%);
}

.particles-js-canvas-el {
    position: absolute;
    height: 100%;
    top: 0px;
    z-index: 0;
}

#particles-js {
    height: 70vh;
    position: relative;
    z-index: 0;
}

#header_wrapper {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    width: 60%;
    justify-content: center;
    align-items: center;
}
#headertext{
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

#fourOfoursign{
    width: 150px;
    margin: 0 auto 0 auto;
    display: flex;
}
#searchbar{
    position: relative;
    width: 100%;
    border: 1px #d9d9d9 solid;
    z-index: 2;
    height: 64px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
    color: #474747;
    font-size: 1.5rem;
    box-sizing: border-box;  
    padding: 16px;
    margin-top: 32px;
    text-align: center;
    outline: none;
}

#searchbar:hover{
    background-color: #0f1728;
    border: 1px #070b13 solid;
    cursor: pointer;
}

#message{
    position: relative;
    width: 100%;
    z-index: 2;
    height: 64px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
    color: #dadada;
    font-size: 1.2rem;
    box-sizing: border-box;  
    padding: 16px;
    text-align: center;
    outline: none;
}

.infocontainer{
    margin: 0 10% 0 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 64px auto;
    font-family: "Noto Sans";
    font-size: 18px;
    color: #d4d4d4;
    width: 300px;
}

section > img {
    width: 150px;
    margin: 16px;
}

section p{
    margin: 0;
    text-align: center;
}
section p span{
    color: rgb(129, 145, 219);
}

footer {
    width: 100%;
    height: 75px;
    background-color: #070b12;
}
.footertext{
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding: 20px;
}

.footertext a{
    font-family: "Noto Sans";
    font-size: 18px;
    color: #d4d4d4;
    text-decoration: none;
    padding: 32px;
}

.footertext a:hover{
    text-shadow: 0px 0px 8px #8a8a8a;
    font-family: "Noto Sans";
    font-size: 18px;
    color: #d4d4d4;
    text-decoration: none;
    padding: 32px;
}