body {
    margin: 0;
    padding: 0;
    border: 0;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100dvh;
}

.logo {
    width: 114px;
    height: 40px;

    img {
        width: 100%;
        height: 100%;
    }
}
