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


.name {
  color: rgb(29, 238, 238);
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  ;
}

.main {
  flex: 1;
}

h1 {
  font-size: 5rem;
}

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

.tile-image {
  border-radius: 20px;
  height: 200px;
  width: 300px;
  float: left;
  margin-right: 50px;
}


.Coding {
  height: 200px;
  width: 300px;
  border-radius: 20px;

}

.bottom-right {
  position: relative;

}



.card {
  width: 45%;

}

.left {
  float: left;
}

.bottom-left {
  float: left;
}

.bottom-right {
  float: right;

}

.right {
  float: right;
}

.creative {
  color: rgb(61, 61, 235);
}



@media (min-width: 319px) and (max-width: 480px) {
  .logo {
    width: 100px;
    position: relative;
    top: bottom 10px;

  }

  h1 {
    font-size: 2.3rem;
    text-align: center;
  }

  h2 {
    font-size: 1.3rem;
  }

  .card-title {
    color: rgb(206, 176, 100);

  }

  p {
    display: inline-block;
  }

  .card {
    display: block;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: justify;
    position: relative;
    right: 15px;
  }

  .card img {

    margin-bottom: 10px;
    text-align: center;
    display: inline;
    object-fit: cover;
  }

  footer {
    font-size: 0.69rem;

  }
}

/*
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;
}

.tile-image {
  height: 200px;
  float: left;
  margin-right: 50px;
}

.card {
  width: 45%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.creative {
  color: midnightblue;
}

@media (max-width: 680px) {
  h1 {
    font-size: 3.5rem;
    text-align: center;
  }

  .logo {
    width: 100px;

  }

  .card {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: justify;
  }

  .card img {
    margin-bottom: 10px;
    width: 100%;
    display: inline;
    object-fit: cover;
  }
}


/*
.tile-image {
  float: left;
  height: 200px;
  margin-right: 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.card {
  width:45%;
}

h1 {
  font-size: 5rem;
}

@media (max-width:680px) {
  .logo {
    width: 100px;
  }

  h1 {
    font-size: 3.5rem;
    text-align: center;
  }

  .card {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: justify;
  }

  .card img {
    margin-bottom: 10px;
    width: 100%;

    object-fit:fill;
  }


}