body {
    background-color: #555055;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Container holding the image and the text */
.container{
    position: relative;
    display: inline-block;
}
.container img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Centered tet input */
.imgcenter{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #010101;
font-weight: bold;
text-align: center;
font-size: 70px;
}
