@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('montserrat-v15-latin-300.woff2') format('woff2'), url('montserrat-v15-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('montserrat-v15-latin-700.woff2') format('woff2'), url('montserrat-v15-latin-700.woff') format('woff');
}

body {
    margin: 0;
    background-color: #009fe3;
    font-family: 'Montserrat', sans-serif;
}

#particles-js {
    position: fixed;
    height: 200%;
    width: 200%;
    top: -50%;
    left: -50%;
    z-index: -2;
}

.container {
    background-color: white;
    box-shadow: rgba(14, 30, 37, 0.15) 0 2px 4px 0, rgba(14, 30, 37, 0.30) 0 2px 16px 0;

    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    margin: auto;
    width: 700px;

    padding: 40px;
}

h1 {
    font-weight: 700;
    font-size: 36pt;
    margin: 0;
    padding: 0;
}

.versions {
    margin-top: 25px;
    margin-left: 25px;

    font-weight: 300;
    font-size: 24pt;
}

a {
    display: block;
    text-decoration: none;
    color: black;
    line-height: 1.5em;
}

a:hover {
    text-decoration: underline;
}

#background-logo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30vw;
    max-height: 15vh;
    fill: rgba(255, 255, 255, 1);
    z-index: -1;
}