html, body { width: 100%; } body { display: flex; align-items: center; justify-content: space-around; flex-direction: column; } * { font-size: 32px; } @media (prefers-color-scheme: dark) { body { background-color: #556262; } a:link { color: orange; /* unvisited link */ } a:visited { color: red; /* visited link */ } a:hover { color: white; /* mouse over link */ } a:active { color: yellow; /* selected link */ } } #main { display: flex; align-items: center; justify-content: space-around; flex-direction: column; /* height: 0.8vh; */ /* width: 0.65vw; */ } #logo { width: 60%; margin: 0 auto; } @media only screen and (max-width: 801px) { /* mobile */ } @media only screen (min-width: 802px) { /* desktop */ } #form { margin: 0 auto; /* margin-top: 10%; */ width: 300px; } /* p { */ /* height: 100%; */ /* width: 100%; */ /* margin: 0 auto; */ /* } */ thead { } tbody { } td { padding: 0.1em; }