@import url('https://fonts.googleapis.com/css2?family=Golos+Text&display=swap');

p, footer {
  margin: 40px;
  padding: 40px;
}

h1 {
  text-align: center;
  color: #2579aa;
  padding: 20px;
  margin: 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* nav {
  width: 100%;
  height: 80px;
  background: #2579aa;
  overflow: auto;
  text-transform: uppercase;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-radius: 15px;
} */

/* nav li {
  float: left;
  display: block;
  padding-top: 22px;
  padding-right: 100px;
  padding-bottom: 22px;
  padding-left: 100px;
  margin-right: 15px;
  text-align: center;
  white-space: nowrap;
}

nav a {
  text-decoration: none;
  width: auto;
  display: block;
} */

.header-wrapper .header-links-wrapper ul li a:link {
  color: #000000;
}

.header-wrapper .header-links-wrapper ul li a:visited {
  color: #ffffff;
}

.header-wrapper .header-links-wrapper ul li a:hover {
  color: #ffae00;
}

img {
  border: solid 2px gray;
  border-radius: 15px;
  max-width: 30vw;
}

img.free {
  border: #eaeaea;
}

a {
  color: #2579aa;
  text-decoration: none;
}

.p {
  padding: 20px;
  margin: 20px;
}

#firstPosition {
  position: sticky;
  left: 500px;
}

.myClass {
  height: 100px;
  width: 100px;
  background-color: gray;
  border: 2px solid black;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  align-items: center;
  justify-content: space-around;
}

.containerGrid {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
}

.myOtherClass {
  grid-column: 1 / 4;
}

@media all and (min-width:720px) {
  .container {
    flex-direction: row;
  }
}

#name:focus {
  background-color: #ff8204;
}

#btn:hover {
  background-color: aqua;
}

:root {
  --main-bg-color: turquoise;
}

#cssVariableDemo {
  height: 100px;
  width: 100px;
  background-color: var(--main-bg-color);
}

h3 {
  text-align: center;
  color: #2579aa;
}

#joke {
  font-size: 24pt;
}

form {
  background-color: #eaeaea;
  font-family: Arial, sans-serif;
  padding: 10px;
  min-width: 400px;
}

label {
  float: left;
  width: 150px;
  clear: left;
  text-align: right;
  padding-right: 10px;
}

input,
textarea {
  margin-top: 10px;
  display: block;
}

#mySubmit {
  margin-left: 160px;
}

/* Header Style */
.header-wrapper {
  background-color: #2579aa;
  color: #ffffff;
  font-weight: 200;
  height: 50px;
  font-size: 1.2em;
}

.header-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style-type: none;
}

.internal-wrapper {
  padding: 0 10px;
  margin: 0 auto;
}

.header-wrapper .header-links-wrapper ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 900;
}

.header-wrapper ul {
  display: flex;
  padding: 14px 0 8px;
  height: 25px;
  opacity: 0.8;
}

img.breed {
  max-width: 40%;
  height: auto;
}
