.education {
  width: 300px;
  box-sizing: border-box;
  padding: 2em;
  font-family: Ubuntu;
  border-radius: 25px;
  color: white;
  line-height: 25px;
  box-shadow: 5px 5px 10px #ccc;
  float: left;
  margin-right: 1em;
}

.card.education {
  background: linear-gradient(150deg, #39ef74, #4600f1 100%);
}

#button {
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  display: block;
  margin: 0 auto;
  color: #4600f1;
  border-radius: 50px;
  padding: 1em;
  background: white;
  border: none;
  font-weight: bold;
  margin-top: 4em;
}

#edu-colum {
  background-image: linear-gradient(
    to right top,
    #d6dbe3,
    #c9d4d8,
    #c0cccb,
    #bbc3be,
    #b7b9b2
  );
}
