
body {
    background: #001f37;
    overflow-x: hidden;
}

.container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/*
.box {
    height: 100px;
    width: 200px;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
*/

.box {
    height: 100px;
    width: 200px;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin-left: 5em;
    margin-top: 5em;
}



/*
body:before, body:after {
    display: block;
    content: "";
    background: #FF9F4D;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 0;
}
body:before {
    top: -100px;
    left: -100px;
}
body:after {
    bottom: -50px;
    right: -50px;
}
*/
