body{
    background-color: #000;
    overflow: hidden;
}

.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0 auto;
    padding: 0 auto;

    height: 121.12px;
    width: 400px;
}