@import './base/variables.css';
@import './base/fonts.css';
@import './base/typography.css';

@import './components/container.css';
/*@import './components/github-corner.css';*/

@import './vendor/normalize.css';
/*
body {
  background-color: #222;
  color: #fff;
  max-width: 100vw;
  min-height: 100vh;
}

img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
*/
/* purgecss start ignore */
main img {
/* stylelint-disable-next-line */
  content-visibility: auto;
}
/* purgecss end ignore */

.container-home {
  max-width: 600px;
}

body {
  background-color: #eefcbd;
  color: #222;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

header {
  background-color: #333;
  color: white;
  padding: 1rem;
  text-align: center;
}

nav ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: 0 1rem;
}

nav ul li a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: underline;
}

main {
  padding: 2rem;
}

footer {
  background-color: #333;
  bottom: 0;
  color: white;
  padding: 1rem;
  position: fixed;
  text-align: center;
  width: 100%;

}

img {
  display: block;
  height: auto;
  margin: 1rem 0;
  max-width: 100%;
}

form {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 600px;
  padding: 1rem;
}

form div {
  margin-bottom: 1rem;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5rem;
  width: 100%;
}

button {
  background-color: #333;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

button:hover {
  background-color: #555;
}

.center-image {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}
