*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
body
{
    background: rgb(0,0,0);
    background: #0B3D3B;
    height: 100vh;
}
#container
{
    position: absolute;
    top: 18.6%;
    left: 25%;

    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0px 30px #4473c4b9;
}