@import "/public/css/global.css";

* {
    box-sizing: border-box;
}

html, body {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: #dadada;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 100%;
    max-width: 500px;
}