* {
    box-sizing: border-box;
    background-color: #FEC601;
}

.center {

    width: 1000px;
    margin: 0 auto;
}

.container {

    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
}