@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

html
{
    height: 100%;
}
body
{
    padding: 0;
    margin: 0;
    background: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

img
{
    width: 30%;
}