/* StyleSheet */

#background {
  background-image: url("images/p-b.jpeg");
  background-size: cover;
}

a {
  color: #d63384;
  font-family: monospace;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}

.proj-miniature {
  border-radius: 20px;
}

a:hover {
  text-shadow: -1px -1px 2px whitesmoke;
}

p:hover {
  cursor: default;
}

h1:hover {
  cursor: default;
}

h2:hover {
  cursor: default;
}

#card-image {
  display: block;
  align-content: center;
  align-items: center;
  padding: 10px;
  margin: auto;
  max-width: 200px;
}

#cardbackground {
  background-color: whitesmoke;
  border-radius: 55px;
  padding-top: 20px;
  display: block;
  margin: auto;
}

@media (min-width: 600px) and (max-width: 900px) {
  #background {
    background-image: url("images/yellowish.jpeg");
    background-size: cover;
  }
}

@media (min-width: 901px) {
  #background {
    background-image: url("images/horizontal-red.jpg");
    background-size: cover;
  }
}
