body {
  font-family: "Poppins", sans-serif;
  margin: 50px 50px 0 50px;
  background-color: #faf9f6;
  display: flex;
  flex-direction: column;
  min-height: 95vh;
}
.main {
  flex: 1;
}

h1 {
  font-size: 5rem;
}

footer {
  text-align: right;
  color: midnightblue;
}

/*  I started coding from here*/
.creative{
  color: midnightblue;
}
.tile-image{
  width: 300px;
  height: 200px;
  float: left;
  margin-right: 50px;
}
.card-title{
  display: inline;
}
.card{
  width: 50%;
  height: 60%;
}
.right{
  float: right;
}
.left{
  float: left;
}

@media (max-width:1125px)  {
  .logo{
    display: block;
  }
  .card{
    width: 100%;
    margin-bottom: 6%;
    text-align: center;
  }
  
}