* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    background: #0000001c;
}

p {
    font-size: 22px;
}

span {
    font-size: 18px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Arial, sans-serif;
    background-color: #333;
    color: #fff;
    padding: 30px 30px;
    border-radius: 8px;
    font-weight: 400;
    line-height: 50px;
}

