* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
}
html {
  font-size: 12px;
}
.flaxible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: lightskyblue;
}
.session {
  width: 45%;
  min-height: 550px;
  margin: 5px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
}
#support-bg {
  background-color: #e1f3ff;
}
#concep-bg {
  background-image: linear-gradient(to right, #bce1f3, #f0d9c7);
}
.session > * {
  margin: 1rem 0px;
}
#support {
  font-size: 4rem;
  color: #1695fe;
  font-weight: 800;
}
.top-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#zoom {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-right: 5px;
}
#concep {
  display: inline-block;
  background-color: #f94864;
  padding: 5px;
  border-radius: 5px;
  color: white;
  margin-bottom: 0;
}
h2 {
  color: #494949;
}
p {
  margin: 10px;
}
#profile-pic {
  width: 150px;
  height: 160px;
  border: 5px solid white;
  border-radius: 50%;
}
.profile {
  position: relative;
}
#instructor {
  display: inline-block;
  background-color: #f94864;
  padding: 5px;
  border-radius: 5px;
  color: white;
  position: absolute;
  bottom: 0;
  right: 40%;
}
.foter-link {
  display: inline-block;
  padding: 10px;
  background-color: #5263f5;
  border-radius: 20px;
  color: white;
  margin-top: 15px;
}
.fa-facebook {
  border: 4px solid white;
  border-radius: 50%;
}
