html {
  background-size: cover;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  padding: 0;
  margin: 0;
  background: #a1a9bb;
  margin: auto;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
}

.wrapper {
  display: flex;
}

.left {
  width: 50%;
  position: fixed;
  left: 0;
  height: 100%;
  background: url('https://images.unsplash.com/photo-1518020382113-a7e8fc38eac9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
}

.right {
  position: fixed;
  right: 0;
  width: 50%;
  padding: 80px 0;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}

.pug img {
  width: 100%;
}

.card {
  background: white;
  width: 450px;
  border-radius: 6px;
  padding: 10px 30px;
  margin: auto;
  box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.breedPage {
  width: 70px;
  height: 20px;
  box-sizing: border-box;
  display: inline-block;
  
}

h1 {
  font-weight: 500;
  margin: 0;
  font-size: 34px;
  margin-bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: white;
  font-weight: 500;
  width: 450px;
  margin: auto;
  text-align: left;
  margin-bottom: 20px;
}

ul li, ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

ul {
  padding: 15px 0;
  font-size: 17px;
}

ul a {
  color: #444141;
  text-decoration: none;
  border-bottom: 1px solid #e2dede;
  display: block;
  padding: 14px 0;
}

ul ul {
  font-size: 13px;
  padding: 20px 24px;
  opacity: 0.9;
}

.dog-images img {
  width: 100%;
  margin-bottom: 20px;
}

.dog-images {
  margin: auto;
  padding: 20px 0 0;
}

button {
  padding: 15px 15px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  background: #5295dc;
  color: white;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  margin: -10px auto 20px;
}

