* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #14224f;
}

.container {
    width: 200px;
    height: 200px;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
}

.signature {
    width: 65%;
    height: auto;
}