*{
    margin: 0px;
    padding: 0px;
}
#containerE{
    height: auto;
    width: 85%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}
#containerE h1{
    font-size: 35px;
    font-weight: 200;
    text-align: left;
}
#eCards{
    width: 97%;
    margin: auto;
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(auto);
    gap: 30px;
}
#eCards>div{
    border: 1px solid black;
    height: auto;
    padding: 20px 30px 35px 30px;
}
#eCards>div>div{
    display: flex;
    justify-content: center;
}
.eNumber{
    height: 15px;
    width: 8px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(240,248,255);
    border-radius: 45%;
}
#eCards h2{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0px;
}
#eCards li{
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#eCards a{
    text-decoration: none;
    color: #337ab7;
    font-size: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#eCards a:hover{
    color: rgb(63, 124, 124);
    text-decoration: underline;
}
#videoE{
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
}
iframe{
    margin: auto;
}
#containerE button{
    background-color: rgb(51,122,183);
    border: 1px solid rgb(51,122,183);
    border-radius: 4px;
    padding: 8px 12px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    margin-top: 24px;
  }
  #containerE button:hover{
    cursor: pointer;
    background-color: rgb(51,122,183);
}
    