body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#000, #00e);
  font-family: Segoe UI;
}

h1,
h2 {
  color: #fff;
}

.title-name {
  font-size: 3rem;
}

.card {
  width: 400px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #030c21;
  border-radius: 8px;
  box-shadow: 10px 10px 20px #000;
}

.title-project {
  margin-top: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.card-project {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 10px 10px 20px #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: black;
}
