
.head{
    text-align: center;
    margin-top: 100px;
    margin-right: auto;

}
.hi{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    justify-content: center;
}
.hi::after{
    content: "🙋‍♂️";
    👋
    🙋‍♂️
    👇
}

.pitch{
    font-size: 15px;
    text-align: center;
    align-itmes: center;
    /* justify-content: center; */
    /* margin-left: 45px;
    margin-right: 45px; */
    /* padding-left: 500px;
    padding-right: 500px; */
    font-family: 'Poppins', sans-serif;
    /* width: 560px; */
}

.img{
    width: 35%;
    border: none;
    border-radius: 275px;
    filter: drop-shadow(5px 5px 5px rgb(19, 14, 14));
    
}

.icons{
    position: inherit;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.ig{
    padding: 10px;
    margin: auto;
    width: 200px;
}
.igpara{
    position: inherit;
    display: inline-block;
    margin-bottom: 2px;
}
.igimg{
    width: 30px;
    padding-top: 2px;
    display: inline-block;
}

#socials{
    font-size: 20px;
    /* border: 2px solid rgb(255, 10, 10);
    border-width: 10px; */
}
hr{
    width: 50%;
    color: black;
}

.flex-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
    /* background-color: aqua; */
    margin: auto;
    
    /* margin-left: 20px;
    margin-right: 20px; */
}
.flex-container > div {
    /* background-color: rgb(175, 32, 32); */
    width: 100%;
    /* margin: 10px; */
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    /* position: relative; */
    /* margin-left: 20px;
    margin-right: 20px; */
    flex-wrap: wrap;
}
@media (max-width: 400px) {
    .flex-container {
        flex-direction: column;
    }
}

.podcast{
    text-align: center;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
}
.twitter {
    /* display: flex; */
    width: 100%;
    text-align: center;
    justify-content: center;
    /* padding-top: 50px; */
}

/* .twitter-timeline{
    display: flexbox;
    justify-content: center;
    text-align: center;
    display: inline-block;
} */

.flex-container{
    position: relative;
    width: 100%;
    overflow: auto;
    /* padding-top: 56.25%; */
}
/* .response{
    position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
} */