@import url('reset_01.css');

html{
    background: linear-gradient(115deg, #ffffff, #eeeeee, #ffffff);
}

html, body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    display: grid;
    place-items: start center;
    min-height: 100vh;
    padding-top: 33vh;
    
}
.centered-text {
    
    text-align: center;
    padding: 1rem;
}