#edco-body{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#section-image{
    width:100%;
    height:auto;
    margin-top: 5px;
    border-radius: 10px;
}

#section-head{
    font-size: 2em;
    color: rgb(53, 53, 53);
}

#btn{
    margin-top: 25px;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    color: white;
    border: 1px solid black;
    background: url("/files/theme/nav-bg.jpg") transparent;
}

#edco-flex-top,
#edco-flex-bottom{
    width: 100%;    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#infiniti-shake,
#arrowline-shake,
#arrowline-slate,
#generations-shake{
    width:45%;
    margin: 2px;
}