﻿body {
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
}

/*.container {
    text-align: center;
}*/

/*img {
    max-width: 100%;
    height: auto;
}*/

h1 {
    color: #333;
}
