.projectCard
{
  position: relative;
  padding: 2rem;
  cursor: default;
  transition: 0.2s;
  max-height:50rem;
  background: none;
  border: none;
}

.myNameAndContact
{
  display: flex;
  align-items: center;
}

.myNameAndContact > * + *
{
  margin-left: 2rem;
}

.CTAbutton
{
  padding-bottom: 1rem;
  border-radius: 1rem;
  text-align: center;
  text-decoration: none;
  font-family: 'Heebo';
  font-variation-settings: 'wght' 600;
  font-size: 1.8rem;
  border:none;
  background: #f5f5f5;
  height: 6rem;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.CTAbutton > a
{
  color: inherit;
  text-decoration: none;
}

.email
{
  flex: 1 1 17%;
  color: #BB001B;
  transition: 0.2s;
}

.email:hover
{
  background: #BB001B !important;
  color: white !important;
}

.linkedin
{
  flex: 1 1 17%;
  color: #2867B2;
}

.linkedin:hover
{
  border-color: #2867B2;
  background: #2867B2;
  color: white;
  transition: 0.2s;
}

.hi
{
  flex: 1 1 66%;
  font-size: 7rem;
  font-variation-settings: 'wght' 900;
  background: -webkit-linear-gradient(#0984e3,rgba(9, 133, 227,0.3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutMe
{
  font-size: 2rem;
  font-variation-settings: 'wght' 300;
  line-height: 2.7rem;
  color: black;
}

img
{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  overflow: hidden;
}
