html * {
    background: none;
    color: white;
    font-family: roboto, arial;
    font-size: 0.95em;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

body {
    display: flex;
    background: radial-gradient(#000,#01161d);
    margin: .5em;
    align-items: center;
}

#main-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    backgrou/nd: red;
    margin: ;
}


#main-logo * {
    font-size: 10em;
    margin: 0;
    color: #4597b1;
}

#main-text {
    display: flex;
    font-size: 1em;
    justify-content: center;
    width: 100%;
    backgrou/nd: yellow;
    margin: .5em;
}